AEM4BEGINNER blog is for Beginners who are interested in learning Adobe Experience Manager (AEM) aka Adobe CQ5 from basics. The Information provided in this blog is for learning and testing purposes only. Here, I have posted the information which I know or gathered from different sources.
Querying Adobe Experience Manager 6.4 JCR data using the QueryBuilder API
You can create an Adobe Experience Manager 6.4 application that queries data located in the Java Content Repository (JCR). In this article, you use a com.day.cq.search.QueryBuilder instance that belongs to the QueryBuilder API. This API requires that you define search parameters and an optional filter. After you execute the query, the results are stored in a result set. You can display the result set in an Experience Manager web page. For information, see Interface QueryBuilder.
The following illustration shows JCR data displayed (retrieved by using the QueryBuilder API) within an Experience Manager HTL component.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.