Access JCR from another web application | Community
Skip to main content
New Participant
December 21, 2017
Solved

Access JCR from another web application

  • December 21, 2017
  • 2 replies
  • 1116 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

YEs you can - you use the JCR API --

Scott's Digital Community: Developing a Java Swing Application that displays Adobe Experience Manager Data

See how we talk to the AEM JCR from a Java Swing app. You can do the same thing from a Java Web app.

2 replies

Ratna_Kumar
New Participant
December 21, 2017

Yes Scott is right.

If you want to use JCR API from another java web application, you can see the mentioned article.

//Scott's Digital Community: Developing a Java Swing Application that displays Adobe Experience Manager Data

~Ratna.

smacdonald2008
smacdonald2008Accepted solution
New Participant
December 21, 2017

YEs you can - you use the JCR API --

Scott's Digital Community: Developing a Java Swing Application that displays Adobe Experience Manager Data

See how we talk to the AEM JCR from a Java Swing app. You can do the same thing from a Java Web app.