ByteJTA is an implementation of Distributed Transaction Manager, based on the XA/2PC mechanism.
ByteJTA is comptible with JTA and could be seamlessly integrated with Spring and other Java containers.
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-supports-springcloud</artifactId>
<version>0.5.0-BETA9</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-supports-dubbo</artifactId>
<version>0.5.0-BETA9</version>
</dependency>
- support declarative transaction management
- support distributed transaction scenarios. e.g. multi-datasource, cross-applications and cross-servers transaction
- support Dubbo framework
- support Spring Cloud
If you have any questions or comments regarding this project, please feel free to contact me at:
- send mail to bytefox#126.com
OR - add Tecent QQ group 537445956/606453172
We will review all the suggestions and implement good ones in future release.