Archive | November 29th, 2010

Managing transactions in EJB 3.0

November 29, 2010

3 Comments

Transaction represents a group of activities that must be performed as a single work unit. This clarifies that a transaction is complete if and only if all the work items within a work group results in success. If any of the work items fails, then the transaction as a whole will be treated as a [...]

email