Tag

Atomikos

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Sep 23, 2023 · Backend Development

Configure Atomikos JTA with Spring Boot for Multi‑DataSource Transactions

This guide walks through setting up a Spring Boot project with JDK 8, Atomikos, and JPA to manage two MySQL data sources, configure JTA transaction handling, define entity managers, services, and a controller, and demonstrates successful and failing transaction scenarios with code snippets and screenshots.

AtomikosJPAJTA
0 likes · 11 min read
Configure Atomikos JTA with Spring Boot for Multi‑DataSource Transactions
Code Ape Tech Column
Code Ape Tech Column
Jun 27, 2022 · Databases

Understanding XA Distributed Transactions in MySQL and Sharding-JDBC with Atomikos

This article explains the XA specification, demonstrates MySQL XA commands, and shows how Sharding-JDBC integrates XA transactions using Atomikos, including required dependencies, configuration, annotations, and testing steps, while also providing practical code examples and deployment tips.

AtomikosDatabaseMySQL
0 likes · 8 min read
Understanding XA Distributed Transactions in MySQL and Sharding-JDBC with Atomikos
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 6, 2021 · Backend Development

Understanding X/Open DTP Model, XA Specification, and Two-Phase Commit with Atomikos

This article explains the X/Open Distributed Transaction Processing model, the XA specification, the two‑phase commit protocol, and demonstrates how to configure and use Atomikos in Java for managing distributed transactions across multiple resources.

AtomikosBackend DevelopmentJava
0 likes · 14 min read
Understanding X/Open DTP Model, XA Specification, and Two-Phase Commit with Atomikos