Re: What will be your DAO design ?
- From: "CodeFutures" <pj.murray@xxxxxxxxxxxxxxx>
- Date: 29 Jun 2005 02:35:55 -0700
You may need to study some of the basics of DAOs ...
http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html
http://www.corej2eepatterns.com/Patterns2ndEd/DataAccessObject.htm
http://www.codefutures.com/data-access-object
The best introduction to the general topic of core J2EE design patterns
is Core J2EE Patterns: Best Practices and Design Strategies by Dan
Malks, Deepak Alur, and John Crupi.
If you're really not so sure about what you're doing, you could try
generating the DAOs rather than hand coding. You can read more about
that here:
http://www.codefutures.com/products/firestorm/
.
- References:
- What will be your DAO design ?
- From: Ray in HK
- What will be your DAO design ?
- Prev by Date: Re: RefCursor works in SQL*Plus but not JDBC
- Next by Date: Hibernate in Swing app: DB exception occurs, what next?
- Previous by thread: Re: What will be your DAO design ?
- Next by thread: Java Database for mobile phone
- Index(es):