[jboss-user] [JBoss Seam] - Re: Seam contexts and stateful session instances

pete.muir@jboss.org do-not-reply at jboss.com
Wed Jan 9 19:01:05 EST 2008


If you use a temporary conversation (no @Begin/@End) then you will get a new bean created for each request (like event). A conversation scope should use less memory than a session scoped bean as a conversation is normally shorter than a session.

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

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



More information about the jboss-user mailing list