News

Seven transaction-processing patterns for Spring applications While it’s common to use the Java Transaction API and the XA protocol for distributed transactions in Spring, you do have other options.
One of the important distinctions between a transaction-scoped persistence context and that of an extended persistence context is the state of the entities after a transaction completes. In the ...
It is a common mistake to confuse transaction models with transaction strategies. Mark Richards discusses the three transaction models supported by the Java Platform (Local Transaction, Programmatic ...