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...
We have written a custom workflow step. It has the following code. The idea is to save a Document variable to the Payload directory.In Java, we are trying to read in the Document variable. Document doc = (Document) wfd.getMetaDataMap().get(docDataVariableName);log.info("Document is a variable name...
How to Sync project code between AEM and Eclipse? by Heena Shirke Abstract 1. Install AEM Developer Tools from Eclipse Marketplace. 2. Convert modules such as ui.apps and ui.content to "Content Project". This can be done by right clicking on the module folder -> Configure -> Convert to Content Proj...
One way to Create A Conditional Loop In AEM WorkFlow by Heena Shirke Abstract 1. Create a workflow variable - Example: loopcount The value of the workflow variable is maintained throughout the workflow instance 2. Increment the variable using Set Variable Step - Example: loopcount=loopcount+1 ...
Steps to set a thumbnail image to AEM packages? by Heena Shirke Abstract This post explains how to set a thumbnail image to AEM content project modules. Step 1: Create a folder named "definition" under "ui.apps/src/main/content/META-INF/vault". Step 2: Paste thumbnail image(.png) inside the cre...
Adobe Experience Manager 6.5 vs WordPress - Feature Comparison by Shivanand Yeurkar Abstract For many years WordPress has been the most popular CMS platform for blogs and marketing sites among small and mid-sized companies. Easy to set up, OTB plugins, and excellent community support make it the ri...
OSGi Bundle States in AEM by Codingwithtea Abstract OSGi is a fundamental element in the technology stack of AEM. It is used to control the composite bundles of AEM and their configuration. OSGi “provides the standardized primitives that allow applications to be constructed from small, reusable and...
AEM 6.5 Upgrade Part 1: Discovery and pattern detector analysis by Taqalytics Abstract AEM upgrade is a multi-step process that depends on scope of the upgrade and requirements defined in the discovery phase. Adobe documentation has covered various steps on how to upgrade, but the code upgrade pro...
Hi Team,My Project requirement is to add blog post on their pages, so can I use AEM community features to create site template and use that template to create a blog pages and use those Community components to add blog post.Currently I am able to create a blog page with Adobe community feature on m...