Expand my Community achievements bar.

SOLVED

Access JCR from another web application

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

YEs you can - you use the JCR API --

Scott's Digital Community: Developing a Java Swing Application that displays Adobe Experience Manage...

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

YEs you can - you use the JCR API --

Scott's Digital Community: Developing a Java Swing Application that displays Adobe Experience Manage...

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

Avatar

Level 10

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 Manage...

~Ratna.