Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Diving into the World of Sling Servlets in Adobe Experience Manager by Techzette Abstract In this post, we will go over the different annotations that are used in a Sling Servlet, and provide a sample code example to help illustrate their usage. A Sling Servlet is a type of Java servlet that is us...
Unlock the Secrets of Filters in AEM: Boost Performance, Enhance Security and Implement Custom Logic by Monendra singh Abstract Filters in Adobe Experience Manager (AEM) are a powerful feature that allows developers to intercept and manipulate requests before they are handled by the AEM application...
AEM best practices and development guide - Delete Unreferenced Assets AEM by Kiran Sg Abstract Problem Statement: Delete all the assets which don’t have references to improve AEM performance in turn Indexes and search/query performance. Introduction: How do assets get published? The author uploads...
AEM User Management | Organizing Groups and Assigning Permissions | Authoring Part-2 by Techzette Abstract In this tutorial, we'll show you how to effectively manage groups and permissions in Adobe Experience Manager. You'll learn how to create and edit groups, assign users to groups, and set permi...
AEM : Detailed Architecture by Divanshu Goyal Abstract The architecture of Adobe Experience Manager (AEM) is based on a modular design that separates the presentation layer from the content repository and the business logic. The main components of the AEM architecture are: 1. Content Repository: AE...
May be a basic question, but is it possible to trigger a page refresh either in a workflow process, or using any workflow step? I have this custom workflow process that, when an asset is uploaded to the DAM, takes it and sorts it in another folder per its metadata. I want to trigger another page r...
Hi Everyone - We are on AEM version 6.5.14, our users are complaining that they are unable to add assets using AEM Desktop App. They are able to connect to AEM author instance, browse directories but they are unable to upload assets. I see following in our log file: 24.01.2023 12:11:18.426 *ERROR* [...
Hi team, We're exploring the recommendation activity, but I found that I can only return multiple recommended products in one design/offer. Is there any way for me to return one design/offer for each of the recommended products?
IC Print Channel Document fragment (text fragment) based data entry fields are displaying in different order every time under DATA tab. Is there any way to resolve this issue? Thank you!
We have to upgrade the mockito version to atleast 3.4 or any higher. However the moment we upgrade it all test cases start breaking : Page page = aemContext.create().page("/content/testPage"); with error java.lang.IllegalArgumentException: Illegal page name. This is what our pom looks like after ...