Can i use an OSGi bundle to query the AEM JCR?
Solved! Go to Solution.
Views
Replies
Total Likes
You can create an OSGi bundle and place Java JCR API application logic within the OSGi bundle. That is, you can wrap JCR API application logic within an OSGi bundle to query the AEM JCR. You can then invoke operation exposed by the OSGi bundle from a client web page and display the result set (data retrieved from the Adobe CQ JCR) in a grid control, as shown here:
[img]datagrid.png[/img]
For details, see http://scottsdigitalcommunity.blogspot.ca/2013/02/querying-adobe-experience-manager-data.html.
Views
Replies
Total Likes
You can create an OSGi bundle and place Java JCR API application logic within the OSGi bundle. That is, you can wrap JCR API application logic within an OSGi bundle to query the AEM JCR. You can then invoke operation exposed by the OSGi bundle from a client web page and display the result set (data retrieved from the Adobe CQ JCR) in a grid control, as shown here:
[img]datagrid.png[/img]
For details, see http://scottsdigitalcommunity.blogspot.ca/2013/02/querying-adobe-experience-manager-data.html.
Views
Replies
Total Likes
Very Helpful, thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies