I am very much new to JBoss caching.
My requirement is be to expose the JBoss cache outside to another application server. I am planning to write stateless session EJB3 bean to access the JBoss cache and then expose using remote interface.
I also plan to have clustering enabled with load balancing as well as fail over.
I would be really delighted if somebody could help me on this.
I need not want to persist the data in the database. Mine is just a in memory data.