AEM data storage system combines the characteristics of conventional file systems with relational databases. It is the best of both worlds. What are the best characteristics of file systems it uses? What are the best characteristics of relational databases it uses? How to compare and contrast AEM da...
Hi, We are trying to integrate Google Cloud Pub/Sub feature (https://cloud.google.com/pubsub/docs/publisher#java) in AEM 6.5.11. We added dependency in Parent and Core respectively as below: <!-- https://mvnrepository.com/artifact/com.google.cloud/google-cloud-pubsub --><dependency><groupId>com....
How to rollout sling:resourcetype property from master copy of a blue brint to it's live pages but that master copy should not inherit the resourctype value from it's own blueprint? Thanks
Hello, I've recently gone through training and started doing some of my first OSGi workflows (and have some prior experience working with J2EE/Workbench processes). I'm running into problems trying to use the out-of-box "Export PDF to specified type" process. I know how to view the running instan...
We have AEM 6.5 on Prem. Is it possible to have a visual notification/confirmation when moving / editing assets from the inbox? Similar to the notification you get when you publish and/or Synchronize a page? I really cannot afford to spend my time refreshing the inbox to see the Success or Failed me...
Hi All, We are trying to implement the functionality similar to provided by javax.servlet.ServletContextListener. We need to instantiate the object at the moment of context initialization and then access it from servlets Could somebody help to understand what is the proper way to do that with Sl...
Dear community I've encountered this scenario and need some help. Customer wants to set their own login logic without using SSO or SAML. They'd like to set the number of invalid attempts to log in and the blocking time as the invalid attempts reach the number on Granite UI our AEM version is 6.5.5...