Hi.
Suppose I have two Seam stateful session beans.
To inject one of them into the another, it is enough to write:
@In
PaymentProcessor voodooProcessor;
If I used @EJB instead of @In, what is the difference?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097746#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...