How to implement extension-less URL’s in AEM by techforum Abstract As per the SEO best practices it is better to define extension less URL’s to boost the ranking. By default AEM enables the extension to get access to the HTML pages and internally expect the page extension to understand and serve i...
Hi everyone,I recently posted this tutorial that will teach you how to re-use and modify the behavior of AEM Core Components by extending their models using the delegation pattern! No need to re-write HTL or write a new model from scratch!https://levelup.gitconnected.com/aem-extend-core-component-mo...
Hello,Environment - AEM 6.4.8 Facing frequently CMS Old Gen Heap Issue in production publishers. By reading through the HeapDumps, it is always pointing to CacheLIRS which is taking around 65% of the space and causing issues. One instance of "org.apache.jackrabbit.oak.cache.CacheLIRS" loaded by "or...
How to use the Request Processing Analyzer to analyze the recent requests in AEM by Albinsblog Abstract HOW TO USE THE REQUEST PROCESSING ANALYZER TO ANALYZE THE RECENT REQUESTS IN ADOBE EXPERIENCE MANAGER(AEM) The “Recent Requests” is a very useful feature on the OSGi Felix Console to know what g...
How to add a custom thumbnail to AEM packages? by Albinsblog Abstract This post explains the steps to add a custom thumbnail to AEM(Adobe Experience Manager) content packages. Create an image named thumbnail.png -the recommended dimensions are 64 x 64 pixels. Create a new folder named definition ...
Approaching Jury Duty with Experience Strategy: Evaluating Moments as an Experience Designer by Bounteous Abstract Experience designers are curious people. I came to experience design by way of marketing research, because I’ve always been a curious person with an interest in creating things. As a t...
Updating AEM content with Sling Pipes by Matija Kovaček Abstract Updating AEM content with Sling Pipes You are still updating content manually? Try out Sling pipes. Several weeks ago I saw some tweet how Adobe guys are using Sling pipes for updating their AEM content, so I was curious and I try it...
Getting started with Adobe Smart Tags by Abhigyan Swaroop Abstract Adobe sensei offers a very powerful capability to auto-tag assets which helps the business users to quickly find the assets based on taxonomy. In the recent years, Adobe has been making a lot of efforts to improve the assets' capab...
Create a Component say table with dialog field style and rte(only with table and formatting, link plugins).Create a wrapper div with style class Example <div class="${properties.style ? properties.style : 'cmp-table__defualt'}"> ${properties.tabletext @CONTEXT='html'} </div> If you want to make i...
Really? Preselected checkbox not working, common AEM? by Matija Kovaček - devz.life Abstract Why one simple preselected checkbox doesn't work in page properties? Today I needed to add one, simple checbox in page properties and it should be preselected by default. Sounds simple, 5 min task, yea sure...