[jboss-user] [JBoss Seam] - Re: problem with Stateless beans
limousyf
do-not-reply at jboss.com
Tue Aug 21 07:22:02 EDT 2007
Ok, if we get it well :
- to make an "old school request bean" => @Name (just a Seam object, in event scope)
- to make an "old school session bean" => @Stateless (or just @Name and Scope(Session), but in this case I don't get the utility of @Stateless annotation)
- to make a "new shiny stateful bean" => @Stateful
Did I resume correctly the main usages of Seam beans compared to old jsf beans ?
Please help poor noobish guys like us ...
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076221#4076221
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076221
More information about the jboss-user
mailing list