Hi all, I am implementing AEM site search functionality using elastic search. My requirement is to extract the page content as json and push it to Elastic search for indexing. I will have to do this on author on an event . I have implemented this using com.day.cq.commons.TidyJsonItemWriter and jsonW...
Thanks Sameer, I understand what Caching is for. My question is what in specific are we achieving by caching /apps/* in author. Is it OK not to cache apps in author
Hi All, I see that when we create AEM project from mvn archetype we have dispatcher rules created as part of the project.I see the cache rules for author as below# Put entries of items you do or don't want to cache in apaches doc root# the globbing pattern to be compared against the url# example: * ...
I was facing similar issue . Looks like groovy scripts in archetype project is trying to resolve groovy dependencies from maven repo(.m2/repository) and failing as it can not find . Ideally it should be looking in groovy repo. However I did a hack to solve this issue. Downloaded the dependency to Ma...
Hi, We have a requirement to store UI validation Message and Backend error message(displayed as modal) in AEM so they are authorable. These error messages will be used across pages in site . Can someone suggest best way to manage it . Is it advisable to have a page dedicated for managing error mes...
Hi Vijayalakshmi, On installing Bootstrap connector package I should be able to see Bootstrap connector option in Cloud service Configurations as per the blog https://www.tothenew.com/blog/how-to-implement-a-translation-connector-in-aem/.But I don't see that option for bootstrap.
Hi, I am trying to implement custom connector for Language translation in AEM 6.5 . There is a requirement to use internal TMS. Hence, we are required to implement custom connector . I tried following this blog(https://www.tothenew.com/blog/how-to-implement-a-translation-connector-in-aem) . There h...