I have a server that uses Oak you can look at for ideas, or see an example. I may not be doing things the way you want, but it's the best I've been able to put together, and it does work ok. search for "meta64" on github.
Best regards, Clay Ferguson [email protected] On Fri, Nov 6, 2015 at 2:35 AM, Mario Cartia <[email protected]> wrote: > Hi, > I'm trying to migrate a repository from Jackrabbit 2 to OAK. I used to > connect to my Jackrabbit 2 remote repository using > JcrUtils.getRepository(url). Now I'm able to run standalone OAK server > using: > $ java -jar oak-run-1.2.7.jar server http://localhost:3333 Oak-Mongo --db > oak > Apache Jackrabbit Oak 1.2.7 > Starting Oak-Mongo repository -> http://localhost:3333 > ... > > but isn't clear for me how to connect from my application. > > Can you help me? > > Regards, > MC >
