Hi, On Mon, Sep 27, 2010 at 3:22 PM, Nicolas Delsaux <[email protected]> wrote: > I have a legacy system for which I want to be able to read content > from a JCR client. >... > So, what is the correct solution to interface a legacy storage with > jackrabbit ? Assuming that this storage is part DB (hierarchical > extension to oracle, in my case), part filesystem ...
The Jackrabbit SPI is meant to help providing a JCR API on top of legacy storage, see http://jackrabbit.apache.org/jackrabbit-spi.html (I don't know much about it myself but I know it's the way to go ;-) -Bertrand
