I found the solution.Basically, i wanted to use the sling request with Model, I had set values in my model based ont he particular request , which i did using this. @SlingObject private SlingHttpServletRequest request; and initailzed my values in @PostConstruct protected void init() meth...
Hi All,I have a Model which I refer in Sling servlet. How do i return this same model from my servlet in my HTML using HTL. I dont' want to do a ajax calls as this model has large data which should be processed at server end only. This Model's data is based on the request , therefore it should be re...
We need it for session purpose . Is there any way to map Application's session with Redis using only AEM. Spring Boot provides special annotation for those.
Hi All,I have seen few documents on how to use Spring MVC with AEM , but could not find anything on how to integrate Spring Boot with AEM. Can Spring Boot be used with AEM ? if yes can you please share some useful links on how to do it.