See gili this is why you get banned from hibernate forums. Not having cross-jvm cache is not hibernate's fault because the cache implementation is pluggable. EHCache is just the default cache and it wasn't meant to be cross-jvm enabled. From your comment I can infer that you checked out all other cache implementation for hibernate and NONE of them supported cross-jvm caching, but this simply isnt true. Jboss's tree cache is a clustered/transaction cache. Does cayenne support pluggable cache implementations?
-Igor > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gili > Sent: Friday, August 26, 2005 8:48 AM > To: [EMAIL PROTECTED] > Subject: [Wicket-user] Cayenne advantages > > > I've already found one design advantage of Cayenne, > cross-VM caching: > http://www.objectstyle.org/cayenne/userguide/design/caching.html > > I ran into problems with Hibernate because I had to > access the DB from two different JVMs (one from a webapp, > another from an admin console) and EHCache is a per-process cache. > > I'll keep on listing more distinctive features as I run > into them. BTW, I've played around with their GUI modeling > tool and *man* it rocks! I think that's another huge > advantage over Hibernate, no more XML configuration hell. > > Gili > -- > http://www.desktopbeautifier.com/ > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development > Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
