I wish to ask if you would recommend EJB3.1 singleton beans as storage for application memory shared data. Imagine some simple application that needs to hold data in memory (rather than in a database) - e.g. some instant messaging server got data who is and who isn't online (user status).
Would you recommend usage of EJB3.1 singletons or do you prefer some typical caching mechanisms like Coherence and so on? I can imagine a cluster with multiple JVMs, then comes to my mind to use JMS to tell other singletons that application memory changed.