[HIPPO ] Spring – JCR configuration

October 26, 2009 in IT and Stuff

When I am investigating HIPPO CMS 7, I have to connect the web application that is using SPRING framework to hippo repository. This is what we’ve got.

class="org.apache.jackrabbit.rmi.client.ClientRepositoryFactory" />

factory-method="getRepository">

It works for us. Hopefully it works also for you.

Cheers!