We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
Hello Adobe Experience Manager Community!We are listening and here for you!The Adobe Digital Learning Services (ADLS) team provides enablement and certifications on Adobe Digital Experience products. We are always looking for ways to provide the best learning experiences and solutions to our custome...
Token-based authentication to AEM as a Cloud Service by Adobe Docs Abstract In this tutorial well explore how an external application can programmatically authenticate and interact with to AEM as a Cloud Service over HTTP using access tokens. Pre-requisites Ensure the following are in place before...
Using Adobe Cloud Manager - Programs by Adobe Docs Abstract Cloud Manager Programs represent sets of AEM environments supporting logical sets of business initiatives, typically corresponding to a purchased Service Level Agreement (SLA). For example, one Program may represent the AEM resources to su...
Using Adobe Cloud Manager - Environments by Adobe Docs Abstract Cloud Manager Environments are composed of AEM Author, AEM Publish and Dispatcher services. Different environments support roles and can be engaged using different CI/CD Pipelines. Cloud Manager environments typically have one Producti...
Using Adobe Cloud Manager - CI/CD Production Pipeline by Adobe Docs Abstract Configuration The CI/CD Production Pipeline configuration defines the trigger that will initiate the pipeline, parameters controlling the production deployment and performance test parameters. Video: https://images-tv.adob...
Using Adobe Cloud Manager - Activity by Adobe Docs Abstract Cloud Manager provides a consolidated view into a Program’s activity, listing all CI/CD Pipeline executions, both production and non-production. This allows users to view any pipelines currently in progress and review previous deployments....
Create OSGi service by Adobe Docs Abstract The following code was written to store the forms that need to be signed. Each form to sign is associated with a unique guid and a customer id. So one or more forms can be associated with the same customer ID, but will have a unique GUID assigned to the fo...
Create main workflow by Adobe Docs Abstract The main workflow gets triggered when the user submits the initial form (RefinanceForm). Store Forms To Sign is a custom process step. The motivation for implementing a custom process step is to extend an AEM Workflow. The following code implements a cus...