Tag

Programmatic

0 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 30, 2021 · Backend Development

Spring Transaction Management: Concepts, Configuration, and Best Practices

This article explains the fundamentals of database transactions, the ACID properties, and how Spring provides both declarative and programmatic transaction support through three core interfaces, detailed configuration examples in XML and Java, and a deep dive into transaction attributes such as isolation, propagation, rollback rules, read‑only mode, and timeout.

DeclarativeJavaProgrammatic
0 likes · 31 min read
Spring Transaction Management: Concepts, Configuration, and Best Practices
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 21, 2020 · Backend Development

Spring Programmatic Transaction Management: A Detailed Tutorial

This article provides a comprehensive, step‑by‑step guide to using programmatic transactions in Spring, covering both PlatformTransactionManager and TransactionTemplate approaches, complete with Maven configuration, SQL setup, test code, and best‑practice usage patterns.

DatabaseJavaProgrammatic
0 likes · 17 min read
Spring Programmatic Transaction Management: A Detailed Tutorial