• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

good book on distributed transaction processing.

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic