Basically you want to cache DB retrievals because you don't want to do them again?
If so, it sounds like a job for your persistence framework (like caching in hibernate). Or you could do your own caching with something like JCS --> http://jakarta.apache.org/jcs/. They support many different types of caches, even caches for a scaled environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096309#4096309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096309 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
