You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by sa...@women-at-work.org on 2005/06/07 17:09:52 UTC

Caching Lookup Tables with Tapestry and Hibernate

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: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Caching Lookup Tables with Tapestry and Hibernate

Posted by Ricardo Cortes <rc...@boltstaff.com>.
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, sarah.simbad@women-at-work.org
> <sa...@women-at-work.org> 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: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> > 
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Caching Lookup Tables with Tapestry and Hibernate

Posted by Javier Sanchez <ja...@gmail.com>.
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, sarah.simbad@women-at-work.org
<sa...@women-at-work.org> 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: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org