Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 10/8/24
    We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...

    Views

    1.8K

    Likes

    13

    Replies

    2
  • 9/26/24
    Hello AEM Community! We're excited to announce that registration is now open for our  *in person* Experience Makers - The Skill Exchange, a transformative event designed to propel your content strategy and unlock the full potential of Adobe Experience Manager. Date: Thursday, November 14, 2024Time: ...

    Views

    1.1K

    Likes

    4

    Replies

    0
  • 10/15/15
    Please validate the below AEM LDAP Vs SAML vs custom login module authentication behaviour ,also provide any additional inputsIn case of LDAP authentication -AEM provides this as JAAS login module and any LDAP user need not be present in AEM user node and can be directly mapped to LDAP role to AEM u...

    Views

    4.8K

    Like

    1

    Replies

    5
  • 10/15/15
    Below is the code:         ResourceResolver resourceResolver;        Session session = null;        List<Hit> resultList = null;                try {                        resourceResolver = resolverFactory.getAdministrativeResourceResolver(null);            session = resourceResolver.adaptTo(Sessi...

    Views

    4.3K

    Likes

    0

    Replies

    2
  • 10/15/15
    I have configured AEM with MongoDB. I wanted to Query MongoDB to fetch AEM data. Say I wanted to know list of products for Geometrix Website. OR Say I wanted to know all the users available inside AEM.Is there any documentation available where I can find out - how to query AEM data from MongoDB, how...

    Views

    3.5K

    Likes

    0

    Replies

    7
  • 10/15/15
    Hi,    I just want to set rule to OR split branch. I tried accessing work Item in my script,but I am getting Reference Error for WorkItem.    For my requirement I just want to take a decision based on previous participant step comments. I used below code to get history from work Item.var history = w...

    Views

    2.4K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hello, new to CQ, so I may be missing something. Editing a .jsp files code in IDE (intellij), run author and publish, when I view the page in the AEM, the edit is apparent. However when I activate/publish this page the corresponding page on the local version in the browser does not show the update. ...

    Views

    2.9K

    Likes

    0

    Replies

    9
  • 10/15/15
    In today’s competitive business environment, a great looking website is just not enough. Focus has shifted towards page loading speeds, cross device compatibility with responsive and adaptive design patterns and also accessibility. When it comes to speed, there are many ways to improve your website’...

    Views

    16.5K

    Likes

    2

    Replies

    15
  • 10/15/15
    In some some business use cases, you may have to post special characters, such as ®, to Adobe Experience Manager. Once posted to AEM, you can use special characters to set node properties, as shown in the following illustration. [img]SpecialCRX2.png[/img]See: http://helpx.adobe.com/experience-manage...

    Views

    556

    Likes

    0

    Replies

    0
  • 10/15/15
    You can develop a custom event handler for Adobe Experience Manager (AEM) that responds to events that occur at the JCR level. For example, you can write an event handler to respond to the following JCR events: A node was addedA node was movedA node was deletedA property was added to a nodeA propert...

    Views

    1.1K

    Like

    1

    Replies

    2
  • 10/15/15
    You can create an Adobe Experience Manager (AEM) 6 Touch UI component that contains drop-down controls that can be used within the AEM Touch UI view. A drop-down control can be populated by using a com.adobe.granite.ui.components.ds.DataSourceobject. For information, see DataSource. Once you create ...

    Views

    1.0K

    Likes

    0

    Replies

    0
  • 10/15/15
    I have a search component built in sightly that I want to use to query on a number of parameters associated to find news articles (which are simply cq:pages) in our content repository. I know how I would do this with the Java Use-API, but want to use the javascript api in this particular case (partl...

    Views

    1.4K

    Likes

    0

    Replies

    4