I am working with Adobe LiveCycle ES4 which uses a CRX repository. I wanted to write a Java program that could access the content of the JCR 283 compliant CRX repository. The application runs on WebSphere server.
Many websites mention JCR-1.0 API to connect to a JCR repository, but it doesn't contain any class to make a connection to server.
I believe Adobe LiveCycle uses a OSGi framework. Should I make use of OSGi services?
If yes, please suggest method for that or should I use Apache Sling services to connect to the CRX repository?
I am not fully aware of technology stack of LiveCycle ES4 application. Please correct me if I am wrong.