[jboss-user] [JBoss Seam] - understanding application scoped components in a cluster

codelion do-not-reply at jboss.com
Wed Jun 13 10:54:17 EDT 2007


Making sure I get this right:

An application scoped component is good e.g. to keep settings.  It has the same contents on all machines in a cluster.  Nice magic working for us inside JBoss.

Now if I change (i.e. code changes) the value of a member field it will be available on all machines in the cluster, right?

Now if that application scoped component e.g. contains a map (e.g. LinkedHashMap), and the map contains settings (entity beans in memory), which contain a name and a value (logically pairs), and if I change (i.e. code changes) the value in a setting object, will that be available on all machines in the cluster?

The question is, how far into that tree from the component to its map to the settings does that replication work?  Anywhere in the tree?  (Assuming replication is the right word, is it?)

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

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



More information about the jboss-user mailing list