Chapter 8. What's new in DODS 7.0-1

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

- Included TAF 7.0 jars, instead of Enhydra 5 utilities. Configuration changed accordingly.

- Connection's reset method fixed by introducing new parameter "RollbackOnReset", thanks to João Paulo Ribeiro.

- Added new cache implementation: Complete cache. This cache extends HashMap and is unbounded (max cache size is negative number). Full is now special case of complete caching: this is a complete cache, for which is the entire table queried and cached when the application starts (initial condition is "*").

- Fixed several minor generator, javadoc and typing issues.