Our Requirement:
How to get the events when we click on Activate/Replicate Button from outside of AEM.
Solved! Go to Solution.
Views
Replies
Total Likes
Write a Sling or JCR event listener for the events you are looking to capture.
The listener class will be called every time the relevant events are fired. Within the class you can write the events to some node and keep pinging the node from your standalone java app at regular intervals to see the captured events. Or else you can call a servlet hosted in your standalone app from the event listener every time the event occurs.
Views
Replies
Total Likes
Are you looking to deploy replication events as described here
https://helpx.adobe.com/experience-manager/using/replication_events.html
Write a Sling or JCR event listener for the events you are looking to capture.
The listener class will be called every time the relevant events are fired. Within the class you can write the events to some node and keep pinging the node from your standalone java app at regular intervals to see the captured events. Or else you can call a servlet hosted in your standalone app from the event listener every time the event occurs.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies