Concurrent Programming in Java
© 1996-1999 Doug Lea
3.6 Transactions
Follow-ups
Readings and Resources
More thorough accounts of transactions in database systems may be found in:
-
Bacon, Jean. Concurrent Systems, Addison-Wesley, 1993.
-
Cellary, Wojciech, E. Gelenbe, and Tadeusz Morzy, Concurrency
Control in Distributed Database Systems, North-Holland, 1988.
-
Gray, Jim, and Andreas Reuter. Transaction Processing: Concepts
and Techniques, Morgan Kaufmann, 1993.
-
Khoshafian, Setrag. Object-Oriented Databases, Wiley, 1993.
-
Lynch, Nancy, Michael Merritt, William Weihl, and Alan
Fekete. Atomic Transactions, Morgan Kaufmann, 1994.
The following covers database programming using JDBC:
-
White, Seth, Maydene Fisher, Rick Cattell, Graham Hamilton, and
Mark Hapner. JDBCTM API Tutorial and Reference, Second Edition,
Addison-Wesley, 1999.
Doug Lea
Last modified: Sun Oct 17 08:02:17 EDT 1999