Yes I am happy to say that I have cleared this exam in my third attempt . It is challenging to clear this exam and you should have at least 3-5 years of hands on experience as an architect . This exam covers all the questions based on real time scenario mostly related to solution design . Most os th...
RévélationWe can create groups as CUG then we can override page properties using code as show or hide depends upon user group to which he belongs We can create groups as CUG then we can override page properties using code as show or hide depends upon user group to which he belongs
I am working on use case where we are integrating SAML with our application , basically for new user login we are setting up createUser as false so that whenever user is logged in from IDP server , that user should not create in AEM .For existing user in AEM publish environment , it should redirect...
If you are creating custom index then you need to include under filter.xml and after every update to custom index we need to update the version and increment it by 1.After installation it should remove the old index
@sonuk85184451 You can create different repo as siteA and siteB then you can create one parent reactor project which will contains SiteA and SiteB as git modules. site A project will have different maven strucuturesite B project will have different maven strucuture
you can create 1 sling job to check the updated and modified content on the production environment daily using Query builder API.
Retrieve all the content and create the package content programmatically.
Create Package
curl -u <user>:<password> -X POST http://localhost:4502/crx/packmgr/service/.js...
If you are planning to provide permission to certain group then 1 Create the group2 Add ACE config to that group to that path3 Add permission as jcr:read/rep:writeSave itAdd the test user to that group and login with that user You can also use Netcentric tool and create yaml file and applied to it ...