AEM4BEGINNER blog is for Beginners who are interested in learning Adobe Experience Manager (AEM) aka Adobe CQ5 from basics. The Information provided in this blog is for learning and testing purposes only. Here, I have posted the information which I know or gathered from different sources.
You can develop a custom Sling Post Processer for Adobe Experience Manager (AEM) that is invoked after a Sling Post Servlet operation occurs. For example, assume that an AEM page posts data to AEM by using a Sling Post Servlet operation. That is, once the Sling Post Servlet operation makes changes to the AEM JCR, but before the changes are persisted, the custom Sling Post Processer is invoked. Using a Sling Post Processer, you can perform tasks such as creating a log of JCR node changes. A Sling Post Processer is as an OSGi bundle that implements SlingPostProcessor.
The article walks you through how to create a Sling Post Processer that is invoked when an AEM mobile form submits data to AEM by using a Sling Post Servlet operation.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.