views:

44

answers:

2

Which cache provider is suggested for an application that uses

  • Hibernate3
  • Spring
  • JSF2
+2  A: 

EhCache is the obvious choice. Unless you have a reason to pick something else, then pick that one.

skaffman
+1  A: 

EHCache (originally "Easy Hibernate Cache") has been used in Hibernate for a long time, so it's the first choice.

Bozho
is it right that it doesn't support clustering?
Odelya
I would doubt it, since it has been bought by Teracotta - a VM clustering solution :)
Bozho
See here: http://docs.jboss.org/hibernate/core/3.5/reference/en/html/performance.html#performance-cacheit seems that it doesn't support clustering in Hibernate
Odelya
on the other hand i see here:http://relation.to/Bloggers/Ehcache20SupportsNewHibernate33CachingProviderthat it supports clustering. So what do you say?
Odelya