filmov
tv
Catalin Tudose: Effective transaction management with Spring | JDD 2023
Показать описание
Do you want to create concurrent applications that execute safely and correctly? Are you looking for efficient ways to isolate each transaction execution from the others? Are you interested in investigating Spring's capabilities for properly managing concurrent transactions? Dealing with transactions is both a science and an art, and this session will go through the fundamental principles of Spring Transactions as well as the mechanics that underpin them. We'll demonstrate how to use them effectively in an application by debugging concurrent executions while varying essential parameters like isolation and propagation. Listeners will learn how to create Java concurrent apps with Spring Transactions and how to handle their parameters effectively. We'll also troubleshoot the isolation and propagation parameters, as well as demonstrate and analyze concurrent transactional executions. The focus of the presentation will be on evaluating and debugging transactional code.