I'm developing a hibernate based clustered J2EE application and have two major questions:
1. I need to use a clustered cache, and saw that there various options (OSCache, SwarmCache, TreeCache, etc.). Does anyone have info/experience on how they compare in terms of performance, data integrity, ease of use, etc?
2. I didn't quite understand from the documentation how hibernate works together with CMT JTA transactions in a J2EE environment. Can someone please elaborate on this?
Any help would be greatly appriciated
|