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

Spring Architectures

The Spring Architectures presentation gives an interesting overview of the different design strategies you can apply within the Spring context. Eberhard Wolff has worked with Java since 1996, mainly in enterprise applications. He co-authored ‘Server Component Patterns’ and ‘Java Persistenz Strategien’ (German). He is also author of the first German …

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 …