이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Getting Started with JTA
This chapter summarizes the key features required to construct a Java Transactions API (JTA) application. If you are not familiar with the JTA, please begin by reading the first section of the Transactions Development Guide, provided as part of the Enterprise Application Platform documentation suite..
1.1. Package Layout 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Everything you need to write basic JTA applications is included in the Enterprise Application Platform. The key packages are detailed in Packages Relating to the JTA.
Packages Relating to the JTA
- com.arjuna.ats.jts
- Contains the JBoss Transaction Service implementation of the JTS and JTA APIs (Application Programming Interfaces).
- com.arjuna.ats.jta
- Contains local and remote JTA implementation support.
- com.arjuna.ats.jdbc
- Contains transactional JDBC 2.0 support.