Dynamic Page Creation | Community
Skip to main content
ariellea4070516
March 7, 2019
Solved

Dynamic Page Creation

  • March 7, 2019
  • 2 replies
  • 1263 views

We want to build functionality that allows users to create a page dynamically through a form.

I found this article concerning how to use the Page Manager API but this appears to be for the author instance:

https://helpx.adobe.com/experience-manager/using/aem63_createPage.html

Is there a way to publish pages dynamically?

Thanks in advance for your insight.

A.

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 Gaurav-Behl

There are multiple solutions to achieve this based on your use case. You can also find reusable code snippets in ACS samples/commons codebase.

http://www.flexibledesigns.rs/activate-a-page-programmatically/   // activate page/assets via specific path

https://www.practicalaem.com/2016/05/04/activate-or-publish-a-page-programmatically/

Interacting with Workflows Programmatically  // Trigger activation workflow

Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API

https://forums.adobe.com/thread/2338630

2 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
March 7, 2019

There are multiple solutions to achieve this based on your use case. You can also find reusable code snippets in ACS samples/commons codebase.

http://www.flexibledesigns.rs/activate-a-page-programmatically/   // activate page/assets via specific path

https://www.practicalaem.com/2016/05/04/activate-or-publish-a-page-programmatically/

Interacting with Workflows Programmatically  // Trigger activation workflow

Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API

https://forums.adobe.com/thread/2338630

ariellea4070516
March 7, 2019

Helpful as always, Gaurav. Thank you!