[jboss-user] [Microcontainer] - Re: Use of JBoss MC Pojo from in distributed env
manik.surtani@jboss.com
do-not-reply at jboss.com
Thu Aug 13 06:29:57 EDT 2009
One way to do this - and this would involve extending or modifying the MC - is to replace whatever backing container the MC uses to store beans it creates (probably a Map) with an Infinispan Cache.
This should be trivial since org.infinispan.Cache extends java.util.concurrent.ConcurrentMap.
Maybe alesj can comment more on whether this is something viable from a MC standpoint.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249370#4249370
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249370
More information about the jboss-user
mailing list