AEM 6.1 | Community
Skip to main content
October 19, 2016
Solved

AEM 6.1

  • October 19, 2016
  • 2 replies
  • 646 views

Hi All,

Does AEM 6.1 software contain the JCR API (Java Content Repository)?  Or this from a separate download?

Thanks,

Tom

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 kautuk_sahni

That are part of AEM 6.1 as mentioned by Feike.

Some Reference implementation of these are:-

Link:- https://helpx.adobe.com/experience-manager/using/querying-experience-manager-data-using1.html

//Querying Adobe Experience Manager Data using the JCR API

Link:- https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html

//Programmatically Accessing Adobe CQ Content using the JCR API

Link:- https://helpx.adobe.com/experience-manager/using/using-sling-apis.html

//Using Sling APIs to retrieve content from the Adobe Experience Manager Repository

~kautuk

2 replies

Feike_Visser1
Adobe Employee
Adobe Employee
October 19, 2016

This is included in AEM6.1, where Oak is the implementation of JCR.

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
October 24, 2016

That are part of AEM 6.1 as mentioned by Feike.

Some Reference implementation of these are:-

Link:- https://helpx.adobe.com/experience-manager/using/querying-experience-manager-data-using1.html

//Querying Adobe Experience Manager Data using the JCR API

Link:- https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html

//Programmatically Accessing Adobe CQ Content using the JCR API

Link:- https://helpx.adobe.com/experience-manager/using/using-sling-apis.html

//Using Sling APIs to retrieve content from the Adobe Experience Manager Repository

~kautuk

Kautuk Sahni