aspose file tools
The moose likes JDBC and the fly likes DAO And Transaction Management Books Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "DAO And Transaction Management Books" Watch "DAO And Transaction Management Books" New topic
Author

DAO And Transaction Management Books

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Anyone have any suggestions on a good book that talks about transaction management? Preferrably more practice than theory.
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26201
    
  66

Gregg,
Java Transaction Processing was good. (My review is in the bunkhouse.) It's a good mix between theory and practice. It has also proven to be quite popular around the office. I can barely keep it in my cube.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Sean Sullivan
Ranch Hand

Joined: Sep 09, 2001
Posts: 427
Greg,

This article discusses the DAO pattern and transaction demarcation:

http://www-106.ibm.com/developerworks/java/library/j-dao/

See also:

http://daoexamples.sourceforge.net/

-Sean
pascal betz
Ranch Hand

Joined: Jun 19, 2001
Posts: 547
the springframework offers tx management for DAOs:
spring tx.

pascal
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: DAO And Transaction Management Books
 
Similar Threads
hibernate with Container Managed Transactions (CMT)
Hibernate and transaction management
How to implement this requirement
hibernate in Spring framework
EJB confusion