Did some local testing and noticed that if, for example, 3 people are following a blog post and someone leaves a comment, there are 5 Mongo documents created:1x Comment1x Activity, for the user who commented3x Notifications, for each user following this blog postWhat happens if we had, again just fo...
Hi masters!I’ve configured the RTE sourceedit feature for a component via ‘cq:editConfig/cq:inplaceEditing’. It works fine.Now, I need to configure the same sourceedit feature for a component with 2 richtext fields. I’m trying to figure out if it’s possible to configure the sourceedit for editing in...
Hi guysI have a quick question regarding version purging. According to [0] I should use the Version Manager (PID com.day.cq.wcm.core.impl.VersionManagerImpl). Yet there is also a configuration for the Version Purge Task (PID com.day.cq.wcm.core.impl.VersionPurgeTask) which according to [1] is part o...
I have to enhance to Hyperlink functionality in TouchUI Rich text editor AEM 6.2. i could not find anything related. Only closest thing i could find out was this article http://experience-aem.blogspot.com/2015/11/aem-61-extend-touch-ui-rich-text-table-plugin-add-summary.html but this is for the tabl...
I need to use AccountManagementService(com.adobe.cq.account.api.AccountManagementService since Interface AccountManager is deprecated in AEM 6.2.But when I am inject the AccountManagementService in amy servlet and registering it servlet state goes to "Unsatisfied". If anybody has idea on this pleas...
Hi there, I'm a front end developer. Our company is going to be adopting AEM going forward and I don't know a ton about it, though we've used it a bit in recent projects.I'm wondering if there's a way to use a front end JavaScript framework with AEM? We strongly prefer Vue.js, but also have experien...
Based on the versions I've found, it should work but I just wanted to confirm if anyone has used/tested this with any luck, without leaving tons of sessions open all over the place.According to SLING-4805[1], ResourceResolver should properly extend AutoCloseable[2] as of Sling API 2.11.0. And accord...
Hi,Is it possible to create an AEM component that will generate a JSON file instead of an HTML? If that's possible, could you point me to some online resources to see how it's done.Thanks!
Hi, we are going to be starting a new project with AEM 6.2 and looking at which front end frameworks to use. We are currently exploring an Angular2 Single Page Application integrated into AEM and wondering what is the best approach to do this. How would Angular 2 with authored content in AEM and how...