[jboss-user] [JBoss Seam] - Re: @Startup and user session

matt.drees do-not-reply at jboss.com
Tue Aug 28 11:18:52 EDT 2007


Why do you think raiseEvent is bad?  That's probably what I would use.  If the second set of initializers depend on contextual variables outjected from the first initializer, I would probably use @RaiseEvent instead of Events.instance.raiseEvent, because the second approach won't do outjection before raising the event, and the first approach will.  (I think; haven't tested, but from looking at seam src, it should)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078829#4078829

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078829



More information about the jboss-user mailing list