April 26, 2020
Estimated Post Reading Time ~

Creating a Sightly component that uses the AEM QueryBuilder API

You can create an Adobe Experience Manager (AEM) 6 Sightly component that can be used within the AEM Touch UI view. Furthermore, you can use Sightly and the QueryBuilder API to develop the AEM component that displays AEM JCR data.

Sightly is an AEM template language that can be used to replace the use of JSP when developing an AEM component. Sightly helps you to separate your design from your application logic. In this use case, the Sightly logic is located within an HTML file and displays the result set. The Java part of the Sightly component uses the QueryBuilder API.

To read this AEM community article, click https://helpx.adobe.com/experience-manager/using/sightly_querybuilder.html.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.