I'm working on a task where I need to process data from 3-4 third-party APIs asynchronously, or in parallel, and present this data in JSON format via a Sling servlet to the front end. Could anyone provide some guidance on how to enable asynchronous support in a Sling servlet or an OSGi service?
Hi, I've just signed up for the Getting Started with AEM Sites for Developers course, but when I tried to watch the Course Introduction video, I got the error message: 503 Service Temporarily Unavailable. Can anyone help me? Thanks you!
I need to install WKND Site in AEMaaCS so I downloaded the packages from https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4 and tried to install through package manager but I ended up with "Package (or it's subpackage(s)) contains application content which isn't supported a...
AEM 6.5 on-prem | Shared S3 blobstore :Blobstore maintenance has not been run in a long time. Now there are 100s of millions of objects in the store which would make running the maintenance tasks complicated.1. Are there any complications involved while running the maintenance tasks now, since they ...
Hi Community Members,I am using AEM v6.5.16 and Core Component v2.21.2. I enabled OOTB "Generate Sitemap" option from Page Properties, sitemap.xml is generated as expected on Author.<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://localhost:4502/content/aem-demo/d...
Hi everyone,I have facing one issue like Dam assets files unable to downloads in publish env which name given as space ex: (lines OS IT.pdf) same as downloading in Author env. can any one tell what is the issue hear Below dispatcher rules using :>RewriteCond %{REQUEST_URI} !^\/content\/dam\/projectn...
Hello All, We are having issue in AEM 6.1 version after our last deployment,We are having a static component which contains a pathfield to author links.When we select a path here, it used to append .html by default but after last deployment, we started seeing issue that html is not coming up for the...
I am new to AEM, when I try to customize a component, I can do it by following the WKND tutorial, but I want to know is there any document of Adobe website to introduce all the available tags can be used in the xml file, such as <jcr:root><content><tabs><items><column>.....
Hi Everyone.I'm working with SPA in AEM, I have a question on how to embed another component into an AEM component using SPA React.In the traditional way, I can use data-sly-resource to implement it.Thanks, guys
Hello Community members,In AEM there is a option for clientlibs: http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html Where we can rebuild/invalidate the cache of clientlibs. By default, it's always enabled. Now my query-> is there any option where I can enable or disable this option?...