[jboss-user] [JBoss Seam] - Re: Question on Stateless Session Bean
supernovasoftware.com
do-not-reply at jboss.com
Tue Mar 27 11:19:14 EDT 2007
Is it possible to store the lists for s:selectItems in application scope?
Currently all my select items lists are in conversation scope. These lists are sometimes modified by users and I would like the changes to be globally visible.
If use Session or Conversation scope and outject the list upon update these changes will only be visible to that one user. Other users will have to start a new conversation or session to see the changes.
Maybe I should use PojoCache. If this is the case is there an example of this configuration?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032080#4032080
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032080
More information about the jboss-user
mailing list