[JBoss-user] [EJB/JBoss] - Common memory area

2006-01-19 Thread gabrielnicula
I would need to implement a common memory area that all instances of a certain stateless EJB could access - in fact a simple hashtable that contains general data - and of course with access synchronization. If I use only one JVM I can use a Singleton class containing a Hashtable - but I

[JBoss-user] [JBossCache] - common memory area

2006-01-19 Thread gabrielnicula
I would need to implement a common memory area that all instances of a certain stateless EJB could access - in fact a simple hashtable that contains general data - and of course with access synchronization. If I use only one JVM I can use a Singleton class containing a Hashtable - but I