Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 5/23/24
    Register at: https://adobe.ly/3wLRpdI  Session Details AEM developers will have the opportunity to explore the newly introduced Assets Open APIs and cloud-native I/O Events that we are offering. These advancements enable the creation of out-of-process AEM extensions. During this session, we will de...

    Views

    548

    Likes

    0

    Replies

    0
  • 5/16/24
    As an Adobe Experience Manager Champion, you’ll be afforded exclusive engagement opportunities that will take your career and product knowledge to the next level. From beta testing new features to speaking at high-visibility events, Adobe Champions are recognized both by their peers and by internal ...

    Views

    863

    Likes

    6

    Replies

    0
  • 11/12/19
    Is it possible to have an Event Listener that listens for clients downloading documents from the DAM?  Additionally, is it possible for AEM to edit these documents on-demand before each download?  If so, how would I go about implementing these things?Thank you for your assistance!

    Views

    398

    Likes

    0

    Replies

    0
  • 11/12/19
        Hi Guys,I have a component that is used to list many products.When a client click "add button" this product will add in something like a "cart".After that, the client will go to review products added.Which the best approach we can use to resolve this requirement?Thanks

    Views

    1.4K

    Likes

    0

    Replies

    0
  • 11/12/19
    Hello all,We have UTF-8 char encoding set on our AEM web pages. <meta charset="utf-8">We recently observed, when content author's copy paste text from word document which includes apostrophes special characters java script on the page stops functioning on IOS devices. (ipad, iphone etc)Wondering if ...

    Views

    944

    Likes

    0

    Replies

    0
  • 11/12/19
    I'm trying to terminate certain workflows based upon threshold value of custom batch processing limit. But when I'm trying to terminate by using WF api, I could notice a strange behavior in the below snippet.1:   WorkflowSession wfs = workflowService.getWorkflowSession(rr.adaptTo(Session.class));2: ...

    Views

    1.1K

    Likes

    0

    Replies

    0
  • 11/12/19
    Hi All,I am using AEM6.4.2.0 and in edit mode of the page, edit and configure option are missing.I found one discussion in forum with same issue Edit and configure component options are not showing when we search in chrome browser I have tried all the steps  as per the link but still not able to see...

    Views

    4.3K

    Like

    1

    Replies

    2
  • 11/12/19
    Hello every one!This time I came here for your help, here's the case:I developed a custom assets gallery using a Java class that take the metadata of the images and pass it to the html, also I build in this class with the metadata of every image a Json Object that later use on a JavaScript file, unt...

    Views

    5.4K

    Likes

    0

    Replies

    3
  • 11/12/19
    We have a vertical tab component. Which have persys specific to each tab and each tab specific persys opens with some interaction with the component. Which was achievable with classic ui. In touch ui it is creating a overlay over the component which is making the component un-intractable. So there i...

    Views

    516

    Likes

    0

    Replies

    2
  • 11/12/19
    Hi,I have an article page (Dynamic)| which getting data from service and display article's content on the page. It has certain attributes such as Article Name, Last Updated Date, etc.This page is cached and shows the content. Only the Last Updated Date is frequently getting change. Couple of solutio...

    Views

    693

    Likes

    0

    Replies

    0
  • 11/12/19
    Hi,I am using AEM6.3 ,we are using both touch and classic dialogsWhen i am author the images in touch ui dialog , cannot preview the same images in classic dialog.The reason is that classic dialog adds additional property  in content while authoring   sling:resourceType String foundation/components/...

    Views

    801

    Likes

    0

    Replies

    0
  • 11/11/19
    Hi All, I am trying to write a junit test case and i am unable to mock the casting of jcr session to Jackrabbit session. Here is my Code :resolver = request.getResourceResolver();session = resolver.adaptTo(Session.class);jcrSession = (JackrabbitSession) session;Below is my Junit :      @Mock    Sess...

    Views

    4.3K

    Like

    1

    Replies

    6