<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Transaction on Kevin wang's blog</title><link>https://kevinwang930.github.io/tags/transaction/</link><description>Recent content in Transaction on Kevin wang's blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 19 Jun 2026 17:41:02 +0200</lastBuildDate><atom:link href="https://kevinwang930.github.io/tags/transaction/index.xml" rel="self" type="application/rss+xml"/><item><title>Deep Dive into Spring Transaction Internals: Architecture, Lifecycle, and Nested Transaction Mechanics</title><link>https://kevinwang930.github.io/post/java/spring/transaction/</link><pubDate>Fri, 19 Jun 2026 17:41:02 +0200</pubDate><guid>https://kevinwang930.github.io/post/java/spring/transaction/</guid><description>&lt;p&gt;Spring Transaction is one of the most critical modules in the Spring Framework. Whether using the declarative &lt;code&gt;@Transactional&lt;/code&gt; or the programmatic &lt;code&gt;TransactionTemplate&lt;/code&gt;, the underlying system is built on a highly abstract and elegantly designed transaction management infrastructure.&lt;/p&gt;
&lt;p&gt;This post dissects the inner workings of Spring transactions across four dimensions: &lt;strong&gt;architectural design&lt;/strong&gt;, &lt;strong&gt;core components&lt;/strong&gt;, &lt;strong&gt;transaction execution lifecycle&lt;/strong&gt;, and the &lt;strong&gt;low-level source code implementation of nested transactions&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>