Skip to content

Tag: aem

Publish/Unpublish Adobe AEM page from Java

We have background process that automatically creates AEM pages as well as deletes old AEM pages. For pages to appear/disappear on the published site, they need to be activated (Published) / deactivated (Unpublished). However, after searching from Google, I am not able to find AEM Java API that can publish/un…