Servlet | 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 arunpatidar

You can use the different apis

For creating a page use PageManger Api - https://developer.adobe.com/experience-manager/reference-materials/6-4/javadoc/com/day/cq/wcm/api/PageManager.html

To add component/content/Node - use Sling or JCR apis

2 replies

Mayank_Gandhi
Employee
May 24, 2022
arunpatidar
arunpatidarAccepted solution
New Participant
May 24, 2022

You can use the different apis

For creating a page use PageManger Api - https://developer.adobe.com/experience-manager/reference-materials/6-4/javadoc/com/day/cq/wcm/api/PageManager.html

To add component/content/Node - use Sling or JCR apis

Arun Patidar