Hi, We have to save some user related data in AEM session-storage.We have one login API and it will fetch user data and store it to session.In another API we need some of the values in session storage, this API will trigger immediately after login API.Can we get the session data using HTTP session =...
Hello all,I get this error when I start AEM author SDK in cmd. I am using java 11.0.15 . Someone, please help me with this.Thanks in advance:) C:\Program Files\aem-sdk\author>java -jar aem-author-p4502.jarLoading quickstart properties: defaultLoading quickstart properties: instanceLow-memory acti...
Hi "C:\Program Files\Java\jdk-11.0.14\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2022.1\lib\idea_rt.jar=51762:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2022.1\bin" -Dfile.encoding=UTF-8 -classpath D:\AEM\AEM_POC\aempoc\core\target\classes;C:...
Hi I am trying to setup aem project using eclipse but after selecting archetype and clicking on next select or create server window is not coming. Please refer below screenshots for reference.After click on next @sunil_kumar_ @Himanshu_Jain @arunpatidar Please help
as above. To better explain the question, I have this example: I have this node (/content/data/marketo/events) of type nt:folder. In CRXDE if I create a new node of type nt:unstructured inside the events folder, I would get an error. Thanks
Need to disable the access to enable button for enabling a template. Note: The user should have all other permissions except enabling the template. Please provide your inputs here.
I am planning to setup a production environment for headless implementation. Typically people go 1 author and 3 publisher and 3 dispatchers. But I want to know what determines the number of publisher and dispatcher in AEM? Is there any guidance to follow ?
I have implemented a component whose HTML should only render when the JS is executed. The JS is triggered when a button is clicked and then it calls a servlet. The servlet in response returns some values which will be needed in the component's HTML. But the problem is the html of the component rende...
The mapping between the dispatcher and the publisher is very important in designing the application. There are two ways, One to One -> One pub is connect to one dispatcherOne to Many -> One pub is connect to 3 or more dispatcher I could not understand which one should be selected on when. Can anyone...