AEM Multitenancy: Running multiple websites on a single AEM environment by Theo Pendle Abstract Organizing your code to run a multi-tenant ecosystem If you work for, or with, a medium-to-large company using AEM, there’s a good chance that you will need to run multiple sites on a single production e...
AEM: Customize emulators in layout mode by Theo Pendle Abstract As a developer I have a confession to make: I don’t actually care about real device dimensions, I’m only concerned about @media() queries… #sorrynotsorry. So Iwas pleasantly surprised when AEM authors came to tell me that they didn’t e...
Apache Tika config in Lucene Index and Query Flow Summary by MyAEMLearning Blog Abstract This post is about the Apache tika config on Lucene full text Index and summary on queries/indexing that we discussed in past few posts. Apache Tika is used to detect and extract the text from varying file form...
Day 04 - Setup AEM Development Environment by RedQuark Blog Abstract Bonjour les amis ! So far in this development series we tried to answer following questions - What is AEM? Why do we need AEM? What are the building blocks of AEM? … and a few more. In this post, we will setup a development envi...
Why The CIO-CMO Relationship Is Crucial To Post-Pandemic Success by Adobe Blog Abstract As COVID-19 became a global concern earlier this year, it quickly became clear that life and business were about to undergo major shifts. Suddenly, as social distancing took hold, unemployment spiked, and buying...
How The Very Group Puts Its Customers First Via User Experience Design by Adobe Blog Abstract The retail industry is competitive. To keep pace with our competitors, we need to exceed our customers’ constantly evolving expectations. Never has this been more true than during the coronavirus outbreak...
Really? Preselected checkbox not working, common AEM? by DevsLife Blog 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.... Since I...
Abstract:Apache Tika is used to detect and extract the text from varying file formats. It uses Detector and Parser for the same, as with the name, former is used to detect the content Type of the file and latter is used to parse the text content. Oak uses default Tika config. (XML file defining the ...
Hello all,I had an issue recently when trying to use the latest AEM Maven Archetype (23) for my personal use.ProblemI used the following command (based on the command provided in the README):mvn -B archetype:generate \ -D archetypeGroupId=com.adobe.granite.archetypes \ -D archetypeArtifactId=aem-p...
Hello all,In this short article I go over some of the best practices for annotating Sling models, with a particular focus on dependency injection:https://medium.com/@theopendle/aem-sling-model-injection-and-annotation-d01ea4719589It is also a response to a similar article by Dylan Reniers: https://w...