Hi All, I am integrating AEM with rest service which is providing image/asset urls . using this url ,I have to get image and this image should upload to AEM DAM System. I am planning to download image in aem root/folder path using http client api. Then using AEM Assets http Api will upload to dam...
Hi, There are 2 ways we can register our servlet by using path and resoureType.AEM suggests always try to use resourceType registering servlet. Can any one explain which Scenario is not achieved through resourceType then we we need to go to Path.
I downloaded the latest AEM SDK aem-sdk-2021.11.6023.20211111T113531Z-211000.zip, and rename the jar package to to aem-author-p4502.jar and aem-publish-p4503.jar, both the author and publish is able to run successfully. And I enabled the replication agent. Then I successfully build the sample code...
For the below code I am unable to write the JUnit for @Postconstruct init() But for text JUNIT is working fine via JSON. Need help@inject private Page currentPage; @ValueMapValue Private String text; private String pageTitle; @PostConstruct protected void init() { if(!(currentPage.getName().eq...
Hi All, Could some one guide me on how to use a web component to extend AEM out of box responsive layout container. We have web components built using stenciljs and want to reuse Grid component to extend responsive container. You can refer to below link for Grid web component https://ionicframework...
I tried to integrate SAML 2.0 Authentication with Azure AD as the IDP in AEM as Cloud Service, and it's getting stuck at the very last step and not redirecting to the SP (i.e., AEM Publish Instance)It's working fine for AEM 6.5.X versions, but not with the AEM as Cloud Service. Has anyone also faced...