Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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

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