[jboss-user] [EJB 3.0] - Problems to maintain data in memory EJB
tallesbrito
do-not-reply at jboss.com
Wed Oct 4 08:09:57 EDT 2006
How'd I maintain some instance variables in memory (without persist) in a way that all the clients can acess and modify them?
I tried to use Stateless bean, but they are pooled, and because of that the attributes of one instance would be different of another.
Stateful beans would be good, but my attributes need to be shared for all the clients.
Does anyone know a solution??
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976004#3976004
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976004
More information about the jboss-user
mailing list