In AEM, I need to find number of sessions, cache hits, segments, Histograms, all sling operations to monitor my app. Please suggest from where we can see.ThanksNaina
How to render this via Java and show in react? <linkURL jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/pathfield" fieldLabel="Link" nodeTypes="cq:Page" name="./linkURL" required="{Boolean}true" rootPa...
I have a folder in DAM, say /content/dam/documents and whenever an asset is added to this path, this should be copied to Amazon S3. The approach I planned was to have an event listener which will be triggered whenever a node is created in this path.However, I'm not sure how this asset could be copie...
I want to create custom footer component like this, which will have footer dialog and inside that user can add 3 titles and add links, how I can achieve this
Hi, We would like to include content fragments in content launches but we are not getting the option to include content fragments while creating launches. Any alternative approaches or suggestions would be helpful. Thanks in advance.
In my local AEM instance, I am trying to create a page after choosing a template from the available templates. But after I choose a template, the create button is disabled (greyed out). How can I enable the create button?
Hi Folks, I have imported one configuration using @Designate in my Component class. Now I need to add another one but @Designate doesn't allow. Is there any other way I can access another configuration in the same class? Thanks in advance!