Chapter 32. What's new in DODS 6.0

This chapter lists the new or updated features associated with DODS 6.0

- (ID: ) New modular structure of DODS 6.0 - dods-runtime.jar are devided into: dbmanager-api.jar, dbmanager, stdconnection.jar, stdtransaction.jar, stdcaches.jar

- (ID: ) New implementation for ConnectionAllocator and DBConnection that supports connecting to the database using DataSource objects are included in this release in separate DODS module (jar file - dsconnection.jar). This implementation in not compatibile with jdk 1.3.

- (ID: ) New util.jar is included. This version is the same as in Enhydra 5.1-16.

- (ID: ) Added patch in StandardConnectionAllocator.java to fix problem with Hsql database and reserved word - next. Added new parameter in conf file - ObjectID section : NextWithPrefix.

- (ID: ) Added implementation for multijoin query cache in StandardCaches module.

- (ID: ) Implemented parameter maxMultiJoinCacheSize - size of multiJoin Query cache.