You need a browser capable of handling javascript...

DODS Software - Java Version 1.0

The Java implementation of the DODS protocol includes two pieces of software:

  • the Java version of the DODS core library (DAP Java) supplies tools for developing DODS clients and servers in Java
  • the DODS Relational Database Server (DRDS) allows you to serve data from any SQL database that has a JDBC driver. It is a basic implementation that can be expanded upon.

Download

The DODS Java software (version 1.0.2) is available from our ftp site. Or use these links:

  • README
  • Download the class library, dods.jar
    To use the DODS Java API, place dods.jar explicitly in your CLASSPATH.
  • Download the binary distribution, dods.Binary.jar
    Includes dods.jar and some example initialization files for the servers. Just download, unjar, and follow the directions in the included README file.
  • Download the source distribution, dods.Src.jar
  • Download the JavaDoc, dods.Doc.jar

To stay informed of DODS developments, please join our mailing lists.
Please contact us if you have any questions.


Documentation


Change Log

Changes from 1.0.1 to 1.0.2:

  • Fix to the DODS Relational Database Server (DRDS). The server will now correctly handle "null" values in database tables.
  • Fix to the DODS Test Server (DTS)

Changes from 1.0 to 1.0.1:

  • Fix to the DAS parser

Changes from 1.0 Beta to 1.0:

  • The following packages have been reorganized:
    • dods.dap.Server.sql --> dods.servers.sql
    • dods.dap.Server.test --> dods.servers.test
    • dods.client --> dods.clients.geturl
    • dods.server --> dods.servlet.jake
  • The servlet architecure has changed considerably and should be reviewed.
  • In addition to the sql server we now include a test server (dods.servers.test.dts)
  • A variety of bug fixes including smoothing out the javadoc builds. The Makefile's all work (!!).