If your company is named MyCo and you sell books, you might want to store properties like total pages for book nodes in the JCR. Are you supposed to name your company's custom JCR properties so that they start with a namespace? If so, should your custom properties always start with the namespace j...
The answer we were looking for was a combination of what arunp99088702 and dan.klco (and others) said below.AEM provides components that might closely match a Sling API version, but those components are updated over time and details change. It's not an "All Sling 9" or "All Sling 10" implementati...
Well, I am unable to edit my original question. dan.klco, your answer is obviously not incorrect. I wish I could mark both answers correct, but the original one I accepted was the correct answer to my question.
dan.klco, awesome of you to clarify things. I understand how this post could confuse other readers, but I really was just looking for the "base" version of Sling that's supported by AEM 6.3 and 6.4. The answer I accepted was perfect for our needs, but might cause others to jump to wrong conclusio...
smacdonald2008 and Ratna Kumar, first thanks for your replies. I tried to make it clear in the original post that I already know I can look at the various Sling bundles and versions in the web console. It doesn't answer the question.The documentation on the official Apache Sling site is written ...
smacdonald2008 thanks for your reply, but that is the same link I was referring to in my original post--it doesn't answer the question. Next time I'll be sure to include any external links so they're not referenced in replies.Somebody from Adobe must know the answer to this seemingly simple questi...
Can someone please tell me what version of the Sling specification AEM implements, and how we can look this up for each version of AEM? I'm not looking for a list of Sling-related bundle versions in the web console, but rather the single, general Sling specification version. Sling is currently at ...
We did away with the Filter completely. In the sling model class, we @Inject SlingHttpServletRequest, use a @PostConstruct method to start our custom logic. Going to mark this complete as the scope of the question grew too large. Thanks for providing ideas.
Hi smacdonald2008 . Thanks for your response. Based on that, we updated our dispatcher.any file. We set it for everything to go through uncached, and it works as expected, but that is obviously too extreme. /rules { /0000 { # the globbing pattern to be compared ...