If someone "in the know" could confirm my understanding of the following issue, it would help me and possibly others tremendously.
I'm evaluating hibernate as well as other open source ORMs. Am I correct in my understanding that hiberanate's caching strategy is designed in a way that prevents it from working out of the box in a cluster and the recommendation is to use a pluggable caching approach like the one from Tangosol?
This is not to say that there's anything incorrect in the design or hibernate, but that it choses to focus on a tighter transaction isolation that can't be ensured in a clustered environment.
If this is true, is there an ETA on the Pluggable interface that will allow users to integrate products such as Coherence into hibernate. I thought I read a message from someone (Gavin maybe) that he had integrated the two and it only took an hour and a half to do it. Is this is the case, will those interfaces and implementation classes be made public for download?
On the Wiki roadmap section, it says:
"support for cache plugins, via CacheProvider interface (includes support for Tangosol Coherence cache). (DONE)"
but I don't see it anywhere in CVS.
Thanks in advanced for any response.
Chuck Cavaness
|