While 2nd level caching in Hibernate (for reference data) works just fine it is the overall object caching that is weak in Hibernate. JBoss TreeCache is often the solution used in conjunction with Hibernate's 2nd level cache and that requires the JBoss instances to be clustered.
On Tue, 2005-06-07 at 10:28 -0500, Javier Sanchez wrote: > Hibernate is certified with some 2nd level cache managers. For > example, look at http://www.hibernate.org/158.html for a description > of EHCache in Hibernate. > > JAVIER SANCHEZ > EDESA S.A. > > On 6/7/05, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > How would you handle lookup tables > > with tapestry and hibernate ? > > > > The analogues approach using Cayenne is described here: > > > > http://www.objectstyle.org/cayenne/userguide/perform/caching-lookup.html > > > > What about the hibernate approach for tapestry applications > > that need to cache lookup tables? > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
