Author
good book on distributed transaction processing.
Srinivas Ramgopal
Ranch Hand
Joined: Aug 06, 2006
Posts: 63
posted Dec 13, 2006 23:00:00
0
Hi all, Please suggest any good book(s) that covers design and implementation of distributed/2 phase commit transaction processing for complex real time applications. Thanks in advance.
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
Oh, the world of the XA compliant, two-phase commit.I think what you need is a good book on distributed programming, and a good book on JDBC . For learning distributed programming, this is the right book: Concurrent and Distributed Computing in Java by Vijay K. Garg If CORBA is your cup of tea, you might be interested in this read: Implementing Distributed Systems with Java and CORBA There are more books on JDBC though. For learning about JDBC, you can't beat the reference tutorials: DBC API Tutorial and Reference by Maydene Fisher, Jon Ellis, Jonathan Bruce Also, this book is a bit bloated, but it's one of the most up to date JDBC books around: JDBC Recipies: Released September 2005 Happy Java, and happy JDBC! -Cameron McKenzie
Author of Hibernate Made Easy , What is WebSphere??? , JSF 2.0 Made Easy and the SCJA Certification Guides
subject: good book on distributed transaction processing.