Chapter 2. Getting Started with JTS / OTS

This chapter discusses the key features required to construct a basic OTS (Object Transaction Service) application using the raw OTS interfaces defined by the Object Management Group (OMG) specification. This work focuses on implementation details. Refer to the Transactions Development Guide for a conceptual overview.

2.1. Package Layout

Table 2.1. Important Packages Needed To Create OTS Applications

Package
Description
com.arjuna.orbportability
this package contains the classes which constitute the ORB portability library and other useful utility classes.
org.omg.CosTransactions
this package contains the classes which make up the CosTransactions.idl module.
com.arjuna.ats.jts
this package contains the JBoss Transaction Service implementations of the JTS and JTA.
com.arjuna.ats.arjuna
this package contains further classes necessary for the JBoss Transaction Service implementation of the JTS.
com.arjuna.ats.jta
this package contains local and remote JTA implementation support.
com.arjuna.ats.jdbc
this package contains transactional JDBC 2.0 support.