-
The basics of transactions
-
Spring transaction abstraction
-
Spring LDAP support for transactions
Transaction Basics
Transactions are an integral part of enterprise applications. Put simply, a transaction is a series of operations that are performed together. All its operations must succeed for a transaction to be completed or committed. If, for any reason, one operation fails, the entire transaction fails and is rolled ...