We are using AWS with AEM 5.6.1. We would like to cache some of the data that we get from 3rd parties and DBs/Legacy systems. AWS comes with ElasticCache and we are thinking of using that. Is there any object caching that AEM provides out of box? Are there any recommendations around how to do object...
Can I create a hierarchy of sites that inherit content from parent site(s) using the AEM Muti Site Manager?I'm exploring the Multi Site Manager Live Copy/Rollout feature to be able to create a structure of sites where sites inherit content from their base site, to be able to accomplish a "Create onc...
Hi. I have a problem with DAM assets. They are fired every time when package is deployed to author instance. After deployment, CQ generates rendition, which takes about 3-10minutes. In that time author instance is almost unuseable (pages loads very, very long) I have aem 6 instance without any hotfi...
Code Cache usage is at 99% at /system/console/memoryusage in my cq instance.I am trying to increase the ReservedCodeCacheSize further. Please let me know if this will fix the issue.Please let me know if this will fix this issue.
Could someone point me to the documentation on Utils.require? I'm hoping there's an option to request unminified versions of the libraries for debugging purposes. I'm having trouble getting the videoscrubber to work and debugging minified JS isn't fun.
Hi,We want to setup a code repository and start using Version control with eclipse(AEM Developer Tools for Eclipse.) development of CQ components Can someone please suggest which one should we go for among various tools available like Apache Subversion, GitHub etc. or any other suggestion with som...
Hi,Does CQ have a built-in API for defining access rights to certain servlet paths (e.g. /bin/myservlet)?Is it possible to do this at a METHOD-level granularity (e.g. define that users in group MyGroup can have POST access to /bin/myservlet)?Thanks in advance.
Hi Eveyone, Adobe doc says its using Lucene Based Search. I have few questions on that ->1. No API(CQ foundation search API)/Jackrabbit API seems to call Lucence API internally within source code.2. Foundation search uses XPath query "/jcr:root[rep:spellcheck('jackrabit')]/(rep:spellcheck() for spe...
Hello friends,I am building a relatively straight-forward AEM component with a simple authoring dialog. At the top of my dialog is a select field. I want certain fields in my dialog to disappear when this select field is set to a specific item.I have studied the implementation of the Foundation Caro...