Hi All,I have been trying to start my AEM 5.6.1 instance in debug mode and add a break point in my Eclipse Java EE IDE for Web Developers Version: Kepler Service Release 2, even though the AEM starts in debug mode i am not able to get the control to stop at break points. I have followed the exact st...
Hi,I am using OOTB Page Activity Report,in that normally we are having four column page,type,user,time.I want to include 2 more column for on/offtime by which it needs to activate and deactivate the page.
I have a need to target by using the operator does not contain. However, this isnt built into aem by default. Is this option available to use and if not how do i create my own custom operators? Thank you very much.
I have to retrieve the value from a component dialog with some business rules. Since the logic is quite complicated, I write a java code. The question is should I make it as a service or just pure POJO? what's the rules and/or criteria to determine it. Thanks.
Any ideal use-case of injecting servlet in Sling Models ? @Model(adaptables=SlingHttpServletRequest.class)public class MyModel {@Inject@Filter("(paths=/bin/something)")private List<Servlet> servlets;}Ref. :-https://sling.apache.org/documentation/bundles/models.html
Dear AEM Community,after reading the docs, I successfully configured normal replication from author to multiple publisher and also reverse replication from multiple publisher instances back to author. Now if I activate something on author, it goes to all the publisher and also if I trigger reverse r...
Hi All,I am struggling for the past two days with the issue mentioned below :1] I have a component.html and I have the below section[to call js]<script> $(window).load(function() { getData(); }); </script>2] I have component.js file with the below sectionfunction getData() {$.ajax({ ...
Hi,I looked at AEM 6.1 technical requirements in the following URL, but could not get answer to my below question.https://docs.adobe.com/content/docs/en/aem/6-0/deploy/technical-requirements.htmlPlease suggest which App Server is most preferred and which one is least preferred?It could be based on v...
Hi,Are there any examples of WCM applications, for which AEM is not the right fitment?Because of performance or too many integrations requirements, or some other reason, we may say AEM does not serve the purpose very well..Could you please let me know any such cases?Appreciate your response.Thanks,R...
What are the differences between a Community User (in AEM) and a common AEM user? Is valid to create 50 million of users inside AEM Community (using ASRP)? or do you guys recommend to have those users in an external system?What if I need to manage preferences and personalisation for each user? Can I...