[jboss-user] [JBossCache] - Re: Remote Call to Pojo Cache

manik.surtani@jboss.com do-not-reply at jboss.com
Wed Mar 7 07:27:38 EST 2007


JBoss Cache is designed to be a peer-to-peer library where every user of the cache is a member of the cluster.  Not a client-server type architecture.

That said, it can very easily be made into a client server architecture.  A server could run JBoss Cache and use a CacheWrapper to expose the cache as a server.

You could implement the CacheWrapper in RMI, an EJB, CORBA, a Web Service, etc etc.  Depends on how you'd like your clients to connect to the cache.


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

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



More information about the jboss-user mailing list