Folks,I've been doing some research on AEM 6.0 implementations and I've learned a lot by searching and reading in the forums. I'm trying to determine whether to recommend TarMK or MongoMK for a new installation. I understand the former is aimed at performance and the latter is aimed at scaling but w...
This is probably a silly question, but in what cases does a developer actually have to call close() on a ResourceResolver instance?I keep reading that this is necessary [1] [2], but when using WCMUse's getResourceResolver() helper function in AEM6 it doesn't seem to be necessary any more. We also ha...
I have created a component that has a dialog. The dialog has a tab which has a dropdown. Value selected in the dropdown opens up a new tab. It is a little different from the OOTB list component in the way that changing the value in dropdown does not close the previously opened tab. That means whenev...
We have an image component, its _cq_editConfig.xml is:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" cq:disableTargeting="{Bo...
Hello,I have a requirement to monitor / poll a path on filesystem of author instance for new asset files. When new file assets are SFTP'ed to that file system path / directory, my AEM service should add them to the DAM.Question: how best to implement this in AEM? Should it be a servlet or service...
Can someone provide any idea how to validate specific saml token(saml authentication handler) from outside AEM? Basically we have an external API which hit an SlingServlet in order to retrieve AEM content information. AEM it's integrated with SAML thru Saml Authentication Handler so API need to ch...
In AEM 6.1 using the Touch UI, you can upload a file rendition (), but once it is uploaded, how can you delete or rename it? When I click on the "renditions" link in Assets, i can see it, but once i click on the actual rendition (to say delete it), i only succeed in downloading it.Our sample use ca...
Hi We can configure run modes like 1. Renaming the jar file.2. Using Sling properties we can achieve.3. Java startup time we can do.If i rename the jar, all the bundles will be there in two of the instances.If i create folder config.author as nt:folder and inside that am creating sling:osgiConfig fo...
What could be difference between etc/designs and etc/clientlibI have created clientlib for every component along with it. Now why do we have a separate folder under etc for clientlibs.Also etc/design again consists of clientlibs. what can be the strategy behind this?I followed this link, to create a...