2010/2/8 Fabián Mandelbaum <[email protected]>: > Even if there are lots of tools out there in the links everyone > provide they are mostly toys, commercial, or not actively developed... > That's right, jackrabbit version matters.
A simple way to view the node structure is to use http://jackrabbit.apache.org/api/1.4/org/apache/jackrabbit/jcr2spi/SessionImpl.html#exportSystemView(java.lang.String, java.io.OutputStream, boolean, boolean) The exported xml file contain all the information start from the node. It works from root which could export version history and node type definitions. -Guo
