Hi all,

I have this application in which there are some plain java objects that are 
static in nature - like vectors, hashmaps etc, that in turn contain other 
collections. I am trying to make this application clustered. Since my 
replication does not reference the session, I find that I can just add 
@stateless and @clustered annotations, and the static variables are replicated 
across the clustered.

My question is what is the underlying replication mechanism across cluster for 
stateless session beans? Is there any way that I can use fine grained 
replication - ie, I dont want this big object to be replicated everytime - 
instead I only want the changes to get replicated.

Currently, we use JBoss Cache AOP for our replication. We want to move to a 
design where we dont directly call the cache, but use more standard components 
to internally use some cache.

Any ideas?

Thanks a lot, Abitha.

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to