ehcache « weblogic « Java Enterprise Q&A





1. Sharing Ehcache in multiple wars in weblogic 10.3 server    stackoverflow.com

I want to share ehcache in multiple wars. I have put ehcache-core-2.2 jar in ear lib and its working fine in JBOSS. Same ear is not working in Weblogic 10.3. Caching ...

2. What is the best way to cache data in an EJB?    stackoverflow.com

I have some common data that all of my EJBs will need, so I decided to write 1 EJB to go and get the data, while the other EJBs will call ...