Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Coding</span>

Transaction Choices

Transaction management is a common topic in enterprise Java. However, the diversity of transaction choices is not immediately apparent. Many applications simply use JTA or JDBC transactions without consideration of the implications. This talk illustrates Spring’s support for various kinds of transactions: including native database transactions, ORM transactions and messaging …