Hi again,
Coherence has this feature named data trigger: whenever something is
added a trigger is called. Very similar with our listener
functionality. What I liked about it though is the fact that you can
specify it through the configuration, and not necessarily
programatically. This is nice in the sense that you can customize the
listeners/triggers at deployment time, without the need of changing
the code. Also easy to implement..., wdyt? worth the effort?
Cheers,
Mircea