This AEM client invokes a sling servlet that dynamically builds an AEM package. To read this AEM developer article, click https://helpx.adobe.com/experience-manager/using/dynamic_aem_packages.html.
Tuesday, 4 October 2016
Creating Adobe Experience Manager Packages using a Java API
You can dynamically create an Adobe Experience Manager package by using a Java API. That is, you can create an OSGi bundle that contains code that builds an AEM package. Building a package using code lets build a package without having an AEM administrator build a package manually, For example, some use cases are to build packages every week automatically. Using the Java API, you can perform this use case, as shown in the following illustration.
-
This post captures FAQs, and other tips for AEM that AEM Developers will find useful. We will update this list on an on-going basis. I a...
-
You can create an Adobe Experience Manager application that lets a user enter data into a web page and post data to a custom Sling Servlet. ...
-
This Scotts Digital Community article falls into a general programming discussion (as opposed to an Adobe Enterprise development article) ...