Hello all.
Does anyone know of a good book or article that covers the Java Transaction API (JTA) in detail? I'm also looking for a good bean-managed transaction design pattern.
I've read Core J2EE Design Patterns and EJB Design Patterns. I've also dozens of Google searches and come up with dozens of articles that barely scratch the surface.
Thanks.
-
JTA and Bean-Managed Transactions (2 messages)
- Posted by: Robert Pepersack
- Posted on: February 12 2004 14:03 EST
Threaded Messages (2)
- JTA and Bean-Managed Transactions by Sean Sullivan on February 12 2004 16:50 EST
- Java Transaction API (JTA) by Sean Sullivan on February 12 2004 16:51 EST
-
JTA and Bean-Managed Transactions[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: February 12 2004 16:50 EST
- in response to Robert Pepersack
Ed Roman's Mastering EJB (2nd editon)
http://www.theserverside.com/books/wiley/masteringEJB/index.jsp
See also:
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html
Also, there is a discussion about JTA in this article:
http://www-106.ibm.com/developerworks/library/j-dao/ -
Java Transaction API (JTA)[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: February 12 2004 16:51 EST
- in response to Sean Sullivan