Hi,We have a situation where we need to call a third party api.Browser -> AEM -> thirdparty.The call to the thirdparty has an SLA of upto 5 seconds.What is the recommended approach for this scenario ?Browser posts request to AEM, AEM acknowledges request and immediately replies to browser to say it ...
Hi,We Upgraded the Author environment from AEM 6.1 to AEM 6.3.Getting the below errors recursively and also unable to open any page with "/editor.html/".05.09.2017 17:11:08.940 *ERROR* [104.103.70.205 [1504602668940] GET /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json HTTP/1.1] ...
Recently started working on AEM components.i looked into the difference at https://docs.adobe.com/docs/en/htl/docs/use-api.htmli also tried both java and js use api, when we use java use api, we have to deploy the jar if the java code is in core module? so this mean JS use API is easy to deploy ? an...
Hi all,On the touch ui, at various locations like sites, projects , assets . I could see that there are various calls fetching the first 40 results , and as we scroll down the page, the next set of forty results comes on and this happens on further scroll down also,http://localhost:2017/mnt/overlay/...
I'm evaluating AEM 6.2 OOTB forms component to build a Newsletter signup form with AJAX submission, this is not AEM Forms that is licensed separately.https://docs.adobe.com/docs/en/aem/6-2/develop/components/developing-forms.htmlI'm also planning to use AEM OOTB form builder to create multiple forms...
I understand that getAdministrativeResourceResolver has been deprecated since 6.0 (valid risks for this change?) and a resource resolver has to be fetched by passing an appropriate system user. But if you are accessing the resource resolver from a sling request object, what user is this resolver map...
Hi,I have created a workflow in which the author_group user starts the workflow and in the next step it gets assigned to Publisher group through OOTB participant step process. Now at the end of the workflow i need to send an email to the initiator, but since the workflow session got transferred to p...
I am getting a 404 error when trying to reference an image resource under a clientlib folder. According to the documentation, this should work. I am able to verify that the image can be opened using the /app path so I know that the ACL and path are correct. It seems like there is something else int...