The current DODS contains the following jars:
Dods runtime:
dbmanager.jar - DatabaseManager core - standard Database Manager implementation
Implementations:
stdconnection.jar - standard implementations of ConnectionAllocator and DBConnection,
stdtransaction.jar - standard implementation of DBTransaction,
stdcaches.jar - standard cache implementations (DataStruct cache, Query caches),
extendedtransaction.jar - implementation of DBTransaction that helps changing order of table modifications based on objects relations (defined in doml file),
dsconnection.jar - implementation of ConnectionAllocator and DBConnection which supports connection to the database using DataSource objects and which supports using DataSource connection pool,
xatransaction.jar - implementation of ObjectIdAllocator and AbstractDBTransactionFactory for creating transactions that are aware of JTA environment
Generator:
dods.jar,
ejen.jar