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...
I have build and deploy code using mvn clean install -PautoInstallPackage.There are two sub packages as part of pom file ( aem-acs-commons 3.14.8, core-wcm-components-all 2.0.6) these two packages are uploaded as part of build, but these packages not installed in package manager.I can see packages b...
There might be requirements to minify html but we dont have anything in AEM OOTB.I have written a custom filter to minify the html and this is how the filter config looks like:The below is the rough code for html compression.HtmlCompressionFilter.javaimport java.io.IOException;import java.util.Map;i...
Folks,I'm starting now in AEM.Are there any HTML / CSS / JS rules that should be followed for development?Any practice that should be avoided?I ask this because I have observed that in the workflow the static HTML is developed for the product and when it is passed to implement in AEM we have some pr...
My resolver is created through ResourceResolverFactory:resolver = getResolverFactory().getServiceResourceResolver(serviceParams); I already have a finally block in my method which closes the resolver.My question is regarding the session I'm using:Session session = resolver.adaptTo(Session.class); Do...
I have created multiple data sources through sling:OsgiConfig nodes in the run mode configuration. I can also see these configurations in configurations manager screen.I am trying to get database connection using below code:@Reference private DataSourcePool dspService;....getConnection(){ Dat...
How can we create Vanity URLs based on a query parameter to a page?We have a URL: http://www.myhost.com/my-page?name=<firstname>.<lastname>.We want to pretty it up to look like this: http://www.myhost.com/my-page/<firstname>.<lastname>.eg.http://www.myhost.com/my-page?name=john.smithshould show as h...
Hi,I am trying to use aem-core-wcm-components/content/src/content/jcr_root/apps/core/wcm/components/text/v2/text at master · Adobe-Marketing-C… with AEM 6.3 with SP2If I use inplace editing full screen mode - I am able to see all rte plugins.When I use Wrench Icon and go full screen mode - I am not ...
Hi,Currently, we have a custom log name (org.apache.sling.commons.log.LogManager.factory.config-customLog1): custom-log1.log and logging all the details for: com.gemotrixx.aemI have created another logger (org.apache.sling.commons.log.LogManager.factory.config-customLog2) name is: custom-log2.log an...
When I am trying to access the page model json, I see just the sling resource type component name and not the exact node values. I tried different ways and when I say <page-name>.model.json, it always returns the nodes that are at first level. Child nodes are not being retrieved. To explain it bette...
Hi,I am using extraClientLibs property to load a js on dialog open. My concern is that the js gets loaded on a page refresh and subsequent opening a dialog. The js is unable to load if a page refresh is not performed and the dialog is opened. For example, I have a js mycomponent.js placed under a c...