You want to start using runmodes, whereby you can deploy all your configurations in a single package. But, based on the runmode, only specific configurations will apply to the instance.Some docs here:https://cqdump.wordpress.com/2015/04/21/aem-basics-runmodes/https://docs.adobe.com/docs/en/aem/6-1/d...
I'm not sure I understand the question. If you are asking why use tag libraries? Then this is best practice in web development and not AEM specific. There is a good explanation here, from [0]:"Tag libraries allow a cleaner separation between the look-and-feel of your application and its logic, compa...
When developing with AEM, developers nearly always have a local instance, once they check in their code to source control, it will then get deployed first to the dev instance. Which can be a local server/cloud, whatever you want really.
Hi,it is used for resource mapping [1], and easier to understand with good examples[1],[2][0]http://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html[1]https://helpx.adobe.com/experience-manager/kb/HowToMapDomains.html[2]https://www.cognifide.com/blogs/cq/multidom...
Closed User Groups (CUG) are used specifically to restrict access to pages in the publish environment [0][1]. When talking about groups, we generally mean groups on the author instance[2][0]https://docs.adobe.com/docs/en/aem/6-1/administer/security/cug.html[1]https://helpx.adobe.com/experience-manag...
Thanks for the input Opkar! Use Case: Connect crx remotely to execute query. Is there any reason why it must be RMI? Could you not create a REST service for this request?Regards,Opkar
Hi Karthi,it doesn't seem like it is currently possible. The last time I tried was with 5.6.1 and seem to remember issues with 6.x What is it you are trying to do via RMI? You could contact daycare to see the current status of RMI support.Regards,Opkar
Try this AEM6 article: http://experience-aem.blogspot.de/2015/05/aem-6-sp2-accessing-crx-remotely-using-jcr-remoting-davex.htmlAccessing with WebDAV seems possible, but not with RMI. I'd get in touch with Daycare to find out the status of RMI access.
askdctm wrote... Hi All, I came across a line which said "The datastore GC can be made to run faster by loading the index*.tar file into memory, reducing the number of “junk” nodes, and running the datastore GC without delay." But could not understand what exactly it means. Any thought on this will ...
From the following page: https://docs.adobe.com/docs/en/aem/6-0/develop/components/components-develop.htmlA dialog defined for the classic UI will operate on the touch-optimized UI.A dialog defined for the touch-optimized UI will not operate on the classic UI.Depending on your instance and author en...