Hi Laura, The oak docs page is a good place to start [0], then you can take a look at our oak-jcr tests for some code examples [1].
hope this helps, alex [0] http://jackrabbit.apache.org/oak/docs/index.html [1] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/RepositoryTest.java#L116 On Fri, Oct 31, 2014 at 3:23 PM, O'Donnell, Laura <[email protected]> wrote: > Our web application currently is running with a jackrabbit repository > embedded in it, accessed soley through the JCR api. > I would like to swap out jackrabbit and use oak exactly the same way. > This would be a completely new system. No data to upgrade or anything. > I cannot find any information on how to configure, use, and install oak > outside of doing mvn install. I know what we have done in jackrabbit > regarding repository.xml file, etc, but I don't see any information on > oak. Could someone point me to where I can find this information? > > Laura > >
