After looking into this more it seems that what I want to do can in fact be 
done with JBossCache, and in a more elgant manner than what I had originally 
thought of myself (no big surprise).  I can just use the TreeCacheAop MBean to 
hold all of the objects that I want to replicate across all nodes of a cluster. 
 My EJBs, Servlets, and MBeans just access the TreeCacheAop MBean when they 
need to get or put objects, and they will all be accessing the same data by 
virtue of the replication provided by JBossCache.  (Someone please let me know 
if I am still mistaken !)

Sorry to have wasted bandwidth by my "thinking out loud" in this thread.  
Hopefully it will at least be helpful to another JBossCache beginner in the 
future.


--James

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to