[jboss-user] [JBoss Seam] - Re: Stateless vs Stateful Bean

pete.muir@jboss.org do-not-reply at jboss.com
Tue Aug 7 06:40:56 EDT 2007


a) I don't think this works ;) - you will find (AFAIK) that any non-bijected fields are lost/wrong between requests (remember stateless beans are assigned from a pool, so this may *not* show up under low load).
b) Not as efficient in a clustered environment (yes, Seam provides support for clustering javabeans, but it's not as good as that provided by EJB3).

Reasons not to use SLSB/SFSB - needing a local interface which is a pita :)

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

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



More information about the jboss-user mailing list