Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Servlet

Avatar

Level 2

How can we create Page based on information posted using Servlet?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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/Pa...

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

Arun Patidar

AEM LinksLinkedIn

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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/Pa...

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

Arun Patidar

AEM LinksLinkedIn

Avatar

Employee Advisor