Hello,I was studying the new feature of AEM, "Content Fragments", introduced in AEM 6.2 and further enhanced in 6.3, however I am not very clear about the actual use-cases of the Content Fragments and need more insight. 1. The Content Fragments are suitable for long article pages or news pages, but...
Hi,I'm currently having a problem if I view a page as published.I get a javascript error saying "Uncaught ReferenceError: KmlMapParser is not defined" but if I add "?debugClientLibs=true" to the end of the URL my problem is fixed.Can anyone explain what is happening here?Thanks,Karl
Hi,We integrated AEM 6.2 with solr using the below link - Adobe Experience Manager Help | Integrating SOLR with Adobe Experience Manager . However when we try the steps on AEM 6.3, it doesnt give expected results. Any pointers?Thanks,Anil
There are 4 ypes of garbage collector in java 1.8.1. Serial2. Parallel3. CMS4. G1Default is parallel GC. Any recommendation which GC type should we use in AEM.Also are there any recommendation regarding JVM paramaters that we should be using in AEM?
Hi - It appears that we are not able to get thumbnail images to appear when the image is really tall and thin or really short and wide. Is there any workaround to get this fixed? Also, what is the min/max size dimension for thumbnails?
What is the best Way to increase performance in AEM?I need to call restful services from AEM frequently. I am planning to save the frequently getting response in javax.servlet.http.HttpSession(from request) or Cookie. But confused of which aproach to follow. Need some assistance from who have implem...
Hi,How can we enable drag and drop feature on AEM webpage hosted on publisher. Usecase:Consider two Divs on a webpage, I want to rearrange the DIVs on my webpage by drag and drop.I understand this is more of UI related stuff. Any pointers how we can achieve this?-Kishore