> how to implement "Document versioning" concept . I have to maintain various
> documents and version them. If a document is modified, it has to be saved as
> a new version, keeping the original document as is. I have to version only
> some "x" documents. Is this possible with Jackrabbit? If possible please
> guide me how to start?

This page helped me to get started:
http://wiki.apache.org/jackrabbit/ExamplesPage#Versioning_Basics

then you apply these concepts to "file" nodes:
http://wiki.apache.org/jackrabbit/ExamplesPage#Importing_a_File

Reply via email to