Hi !
I would like to publish an event when a specific bean is accessed. To do so, i'm going to realize an interception where i will pubish my event.
I would like the event to trigger a another treatement :
When the event is published, another objet check if there is an another user browsing the web sites , if so it creates a pop-up to inform him of the event...
I think i know how to realize the interception, but i don't know to write the object that will be triggered...


Reply With Quote
