Hi,

I've created a package with new utility code for filtering and packaging
trees in a repository [1]

A tree can be traversed by the provided tree walker. During the
traversal configurable filters can be applied. The filters have
influence on the traversal, like skipping nodes or properties.
Included filters test the node name, node type etc. Custom filters are
possible as well.
A tree walker notifies a tree walker listener (interface) whenever it
traverses an item.

The second utility code is able to package a whole tree (through a
description) and export this in some way - the exporter is an interface
and could e.g. be an exporter serializing the tree into a zip archiv etc.

What do you think about adding this code "somehow" to the jackrabbit
code base?

Carsten

[1] https://issues.apache.org/jira/browse/JCR-1259
-- 
Carsten Ziegeler
[EMAIL PROTECTED]

Reply via email to