How to store data in AEM JCR and access it?
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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)
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.
Views
Likes
Replies
Views
Likes
Replies