Hello Guys, I have quick question. Can we access AEM JCR from an another Java web application which is running in same system?
Actual requirement is, I'm developing a web application in Java in which in need to access(in Servlet) the AEM JCR and do some operation. AEM and the server which runs my web application are in same system. This should be done with out AEM bundles.
Solved! Go to Solution.
YEs you can - you use the JCR API --
See how we talk to the AEM JCR from a Java Swing app. You can do the same thing from a Java Web app.
Views
Replies
Total Likes
YEs you can - you use the JCR API --
See how we talk to the AEM JCR from a Java Swing app. You can do the same thing from a Java Web app.
Views
Replies
Total Likes
Yes Scott is right.
If you want to use JCR API from another java web application, you can see the mentioned article.
~Ratna.