We’re happy to announce that Adobe Developers Live returns on November 11, 2025, bringing together the Adobe Experience Manager and Commerce developer community for another year of innovation, insight, and collaboration. This year’s theme — “Building the Agentic Web” — explores how AI-driven agents...
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...
AEM Feature - Author Preview Servlet by Perficient Abstract Why is this needed? It may just be me, but I’ve found it incredibly common for clients to request an unauthenticated URL to view in-progress pages within an AEM Author instance. The ask makes a lot of sense, as often those who approve cont...
Customizing CIF Product Component to Query Custom Properties/Objects in AEM by Bimmi Soi Abstract Understanding and modifying the GraphQL queries is one of the key ways in which the CIF Core Components can be extended. Your custom query : { products( filter: { sku: { eq: "YOUR_SKU" } } ) { items ...
Understanding AEM request processing using the OSGI - Recent Request console by Jörg Hoh Abstract During some recent work on performance improvements in request processing I used a tool, which is part of AEM for a very long time now; I cannot recall a time when it was NOT there. It’s very simple, b...
Adobe Experience Manager(AEM) Content Translation - Deep Dive(Part1) by Albinsblog Abstract The website translation is the process of taking your website content in its original language(e.g en) and adapting it into other languages e.g es, to make it is accessible and useable across global customer...
I created a project Aem(6.5) with Archetype as 31.When tried to build I'm getting the following error. Could not resolve dependencies for project com.adobe.aem.guides.wknd:aem-guides-wknd.core:jar:0.0.1-SNAPSHOT: org.apache.commons:commons-imaging:jar:1.0-R1534292 was not found in https://repo.mave...
Hello, We have requirement to implement automated testing for AEM authoring functionality. We have created automation suite using Selenium and cucumber frameworks and we're able to automatically login to AEM and able create pages using required template.But once page is created we're unable to locat...
My site has a significant number of users which are generated on login from SAML. 99% of these users do not need to be stored long term, so I've been working on a scheduler to delete the users. The users are recreated at next login, however, they're hitting a 404 error on login. Reloading the page r...
I'm working on a project that I think was originally created in 6.3. I don't think everything was fully updated to work in 6.5. They had some custom authoring forms for managing some assets stored in /etc/assets/[project] using scaffolding and some overlays. For some reason they work in the dev, UAT...
Hello, Experience Makers! It’s that time again, we’re partnering with eConsultancy to develop the highly anticipated annual Adobe Digital Trends survey. Help us create a clear, more evolved vision of the digital economy by taking the 2022 Digital Trends Survey today: https://survey.cmix.com/1CA6066E...
Hi,I have around 1000 pages which is something like this-source page- content/abc/content/at/de/test/insights/articles/equity/2020/robotics-automation-at.htmlI want to implement 301 redirect target page- content/abc/content/at/de/test/insights/articles/equity/2020/robotics-automation.html how can I ...