Here are some links for you to start your research: http://www.lucamasini.net/Home/sling-and-cq5/accessing-relational-data-as-sling-restful-urls http://dev.day.com/docs/en/crx/connectors/jdbc/current.html https://www.liferay.com/community/wiki/-/wiki/Main/Hooking+up+Jackrabbit+to+use+a+database+rather+than+the+file+system
R On 31 Mar 2014, at 20:02, Dube, Shreyas <[email protected]> wrote: > Hello, > > I’m using Apache Felix in the bridged mode[0] to embed an OSGi runtime in a > Tomcat6 web container. > > I’m investigating ways to provide a JCR-like abstraction over a RDBMS > persistence layer (Oracle). I stumbled across Apache Sling and Jackrabbit and > was wondering if it was possible to: > > * use only the JCR and JackRabbit bundles from Sling (and skip the others) > * configure JackRabbit to use Oracle for persistence > > Are there any issues with this approach? Any advice would be greatly > appreciated. > > Thanks, > Shreyas > [0] > http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html#using-the-servlet-bridge
