Hi everyone! Discover a goldmine of AEM insights at Adobe Summit 2025 with our comprehensive guide to all AEM sessions and labs. Whether you're a seasoned user or exploring Adobe Experience Manager, this post is your key to navigating the summit's content. Search No More: Looking for specific AEM s...
Creating Custom Workflow Step by aem.design Abstract When writing custom workflow services, you may find yourself not seeing your service being recognised by the Process Step. You will first encounter this when you don’t see your service appear in the process list on the dialog. And once you verify...
Using AEM 6.4 service pack 7 . We have a component ( we are creating component using dialog.xml file ) .Created new tab "Labels" We have content structure General Category 1General Category 2......General Category 20Each category should have 15 Labels per each ( In screenshot added only 2 labels )...
Deploying a Project to AEM as a Cloud Service Using Cloud Manager and GitHub Desktop by Adobe Tech Blog Abstract Cloud Manager is an important part of AEM as a Cloud Service. It allows you to build, test and deploy applications to both the Author and Publish Services. The user interface enables you...
Writing integration tests for AEM (part 4) by Jörg Hoh Abstract In the last post I mentioned that the URL provided to our integration tests allows us to test our dispatcher rules as well, a kind of “unit testing” the dispatcher setup. That’s what we do now. As a first step we need to create a new ...
Refactoring Complex AEM Components and Pursuing Better Code Practices with AEM Authoring Toolkit, Part I by exadel.com Abstract Have you ever had a “Swiss Army Knife” component in your AEM project? Something that has many modes of behavior and many settings and is enmeshed in the current business l...
AEM Cloud Service - Validate asset file extensions while uploading to AEM in browser by Sreekanth Choudry Nalabotu Abstract Goal The following steps explain adding a client side script to validate the file types while uploading to AEM using browser.. Solution 1) Create a project eaem-cs-validate-a...
I wrote part 4 of my "Integration testing with AEM" series, which covers how easy it can be to validate your dispatcher setting, for example to check if the initial redirect is working correctly or if the "infinity" selector is correctly blocked for JSON requests. https://cqdump.wordpress.com/2021/0...
Taking Query Optimizations to the Next Level with Iceberg by Gautam P. Kowshik and Xabriel J. Collazo Mojica Abstract This blog is the third post of a series on Apache Iceberg at Adobe. In the first blog we gave an overview of the Adobe Experience Platform architecture. We showed how data flows thr...
Pablo Calvo Completes AEM Sites Business Practitioner Certification by Peter Nash Abstract There’s always lots of good stuff happening at Hoodoo Digital. We are pleased to announce that Pablo Calvo has completed the Adobe Certified Expert exam for the Adobe Experience Manager Sites Business Practit...
Unit Testing JCR Resource Resolver Mappings by Juan Ayala Abstract Recently, I had a task to shorten URLs and remove the HTML extension in AEM. On top of that, I had to add a context root to the URLs so that these mappings would happen. 1. /content/myapp/en_US.html -> /mycontext/ 2. /content/myapp/...