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, Electrostrata Ltd.
http://www.electrostrata.com  --+-+--  Experts in e-business and e-commerce



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



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 this type of pattern would be useful? Or does it
 sound like science fiction?
 
 

Correct me if I'm dead wrong - but this sounds like DAO.

http://java.sun.com/blueprints/patterns/DAO.html

//Anders


-- 
|===|
|Anders Engström|
|[EMAIL PROTECTED]|
|http://www.gnejs.net   |
|===|
|Your mind is like an umbrella. |
|It doesn't work unless you open it.|
|  /Frank Zappa |
|===|





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



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, 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 this type of pattern would be useful? Or does it
 sound like science fiction?
 
 

Correct me if I'm dead wrong - but this sounds like DAO.

http://java.sun.com/blueprints/patterns/DAO.html

//Anders


-- 
|===|
|Anders Engström|
|[EMAIL PROTECTED]|
|http://www.gnejs.net   |
|===|
|Your mind is like an umbrella. |
|It doesn't work unless you open it.|
|  /Frank Zappa |
|===|





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld =omething 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Hibernate revisited

2003-01-24 Thread Lucas McGregor
This sounds similar to Sun's Access Object pattern

http://developer.java.sun.com/developer/restricted/patterns/DataAccessObject
.html

We implemented it here to hide the details of our peristance engine. But
we also are using The value object pattern and thus don't 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 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, 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 this type of pattern would be useful? Or does it
 sound like science fiction?
 
 

Correct me if I'm dead wrong - but this sounds like DAO.

http://java.sun.com/blueprints/patterns/DAO.html

//Anders


-- 
|===|
|Anders Engström|
|[EMAIL PROTECTED]|
|http://www.gnejs.net   |
|===|
|Your mind is like an umbrella. |
|It doesn't work unless you open it.|
|  /Frank Zappa |
|===|





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld =omething 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user