Store data/ access data in/from AEM JCR in AEM 6.3 | Community
Skip to main content
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 aanchal-sikka

Prefer to use Resource API which are closer to Sling like:

 

These would assure that when you Create/update a Page/Asset, a proper structure is present. You can also then set the metadata/properties using those API.

2 replies

arunpatidar
Community Advisor
Community Advisor
December 4, 2018

You can store data in AEM using JCR Node API and Access using withs are or other supported APIs

Node (Content Repository for Java Technology API Version 2.0)

Arun Patidar
aanchal-sikka
Community Advisor
aanchal-sikkaCommunity AdvisorAccepted solution
Community Advisor
December 28, 2023

Prefer to use Resource API which are closer to Sling like:

 

These would assure that when you Create/update a Page/Asset, a proper structure is present. You can also then set the metadata/properties using those API.

Aanchal Sikka