Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 10/6/25
    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...

    Views

    741

    Likes

    4

    Replies

    10
  • 10/5/25
    AI Assistant in Adobe Experience Manager (AEM) offers a conversational interface designed to streamline finding answers to your AEM-related queries. It helps you get instant answers to your AEM product-related questions (available to all users), and automate support ticket creation (available to Sup...

    Views

    199

    Like

    1

    Replies

    0
  • 10/5/25
    AEM Experience Hub is the intelligent, unified front door to Adobe Experience Manager, streamlining how content authors, marketers, and administrators discover, generate, and launch, supercharged by AI.  Empower every AEM user and beyond: From authors to marketers to admins, intuitive and personali...

    Views

    147

    Likes

    0

    Replies

    0
  • 5/10/18
    I am at present writing some tests for Azure Experience Manager ,in which i need to upload huge data like jpg , Tiff ,Zip .. etc files.So To add that I am using Api POST call using my C# Test Project in visual Studio  .I am using Http Client with HttpContent as MultipartFormDataContent , so it adds ...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 5/8/18
    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...

    Views

    10.4K

    Likes

    0

    Replies

    15
  • 5/7/18
    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...

    Views

    11.5K

    Like

    1

    Replies

    10
  • 5/4/18
    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...

    Views

    5.3K

    Like

    1

    Replies

    4
  • 5/4/18
    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...

    Views

    4.5K

    Like

    1

    Replies

    3
  • 5/3/18
    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...

    Views

    14.7K

    Likes

    2

    Replies

    13
  • 5/2/18
    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...

    Views

    4.7K

    Likes

    0

    Replies

    2
  • 5/2/18
    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 ...

    Views

    8.4K

    Like

    1

    Replies

    18
  • 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...

    Views

    9.2K

    Likes

    0

    Replies

    21
  • 5/1/18
    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...

    Views

    11.8K

    Likes

    3

    Replies

    20