AEM On Prem has been there for a long time and Cloud is the recent addition. So, expecting some inputs on this subject. AEM On Prem DevOps. Typically how many pipelines do we build in AEM?One for Core, one for front end, etc? Thanks,RK.
Hi all, Thanks for all your replies.I realize that debugging On Prem AEM is similar to that of On Prem. But the below two tutorials are specifically for On Prem and are very useful:1. How to debug AEM Project: https://www.youtube.com/watch?v=4jLOhWuPUuc2. AEM Application Debugging with Visual Studio...
Hi all, I want to learn how AEM On Premise DevOps could be implemented using a tool like Jenkins. How the pipelines are built. Is there any tutorial or nice process documentation please? Appreciate all your replies. Thanks,RK.
Hi all, I want to debug aem code line by line and examine values of variables. Could you point me to a tutorial for this please.I do not need any complex code to debug. Just a simple component with a small Sling Model will be enough. I have Visual Studio Code. Appreciate all your replies. Thanks,RK.
Hi all, I am following AEM Sites WKND Tutorials - Unit Testing. https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/unit-testing#reviewing-bylineimpl-java It says:"Unit tests typically map 1-to-1 with Java™ classes. In this chap...