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,Using 6.2, we have an asset (PDF) in asset manager. it pulls the documents 'title property' (in CRXDE this is the jcr:title property) - we then update this to a new title (cd:title) if i Package this and load to a new site, install and replicate, it ignores our updated change and revers both the...
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...