This content has been marked as final.
Show 1 reply
-
1. Re: Events on Seam
shane.bryzak Oct 22, 2008 12:39 PM (in response to andre80)It depends on the scope of the component with the @Observer method. If the component is session-scope (or finer grained), there will be total separation. Only if your observer component is application scoped is there any possibility of inter-session interaction.