Re: [JBoss-user] Hibernate revisited

2003-01-26 Thread Pete Beck
Actually this sounds like exactly what I was after. Thanks. On Fri, 2003-01-24 at 16:02, Anders Engström wrote: > Correct me if I'm dead wrong - but this sounds like DAO. > > http://java.sun.com/blueprints/patterns/DAO.html > > //Anders -- Peter Beck BEng (hons) - Managing Director, Electros

RE: [JBoss-user] Hibernate revisited

2003-01-24 Thread Lucas McGregor
use any entity beans. lucas mcgregor -Original Message- From: Matthew Baird [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 1:57 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Hibernate revisited we do this in real life. We support multiple persistence "engines&qu

RE: [JBoss-user] Hibernate revisited

2003-01-24 Thread Matthew Baird
we do this in real life. We support multiple persistence "engines" in our app. -Original Message- From: Anders Engström [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 8:03 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Hibernate revisited On Fri, Jan 24, 200

Re: [JBoss-user] Hibernate revisited

2003-01-24 Thread Anders Engström
On Fri, Jan 24, 2003 at 03:32:18PM +, Pete Beck wrote: > Recently we had an interesting thread about the realtive qualities of > Hibernate and CMP. > [snip] > The Facade would abstract the jobs of finding, creating and deleting > instances of persistant objects. > > Does anyone else think thi

[JBoss-user] Hibernate revisited

2003-01-24 Thread Pete Beck
Recently we had an interesting thread about the realtive qualities of Hibernate and CMP. One of the points that I picked up from the discussion, is that if you are only using CMP entities for persistent O/R based objects, then lightweight systems like Hibernate may provide a better and faster alte