Hi,
what would be the best way to execute custom servlet /service once a page property is added or modified?
For example , if author opens up page properties from side kick - advanced- update or add new design path, I want to execute my custom service.
One way which I read through some of the posts is to use jcr observation listeners,but some recommend not to as they might create problems in multi cluster environment.
would using a sling post processors right way to archive it? Any examples of using it? Or any other easy approaches?
Th
thanks in ad