Back to top

Java-DAP2 1.0.0 (14 August 2012)

Submitted by jimg on Tue, 08/14/2012 - 22:24

This new release of the Java implementation of the DAP2 protocol contains the same fundamental design as the older releases along with a number of new features and capabilities. The base package names have been migrated from "dods" to "opendap".

Binaries

dap2-1.0.0.tgz sig (2.7M) - This is the client library distribution for Java implementation of the OPeNDAP DAP2 protocol. It contains:
  • The DAP2 client library jar file located in top level directory.
  • Additional documentation located in the "docs" directory.
  • Ancillary libraries required by the client library. Files located in the "lib" directory.
  • Code examples for how to use the library to access DAP2 data in the "src" directory (which are also compiled in to the library).

Source code

dap2-1.0.0-src.tgz sig (3.3 MB) - This is the source code distribution for Java implementation of the OPeNDAP DAP2 protocol. It relies on the ANT program (http://ant.apache.org) to exercise it's production rules. It contains:
  • The source code files for the Java-OPeNDAP project. Files located in "src" directory.
  • Documentation located in the "docs" directory.
  • Ancillary libraries required to compile. Files located in the "lib" directory.
  • The ANT build.xml file located in the top level directory.
See the HTML documents in the docs directory for more detailed installation, usage, and configuration information.