DAP3/4: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(New page: == Beyond DAP2 == == Completed Changes From DAP2 == == Proposed Changes To DAP2 ==)
 
Line 1: Line 1:
== Beyond DAP2 ==
== Beyond DAP2 ==
== Completed Changes From DAP2  ==
== Completed Changes From DAP2  ==
OPeNDAP has three implementations of the DAP that it maintains: libdap (C++), Java-OPeNDAP (Java) and Ocapi (C; client-side only). There are other implementations which have been developed by other groups.
=== Features of DAP3/4 implemented in libdap ===
libdap is the reference implementation for DAP. Here are the DAP3 features implement in it so far:
* DDX (although this implementation needs significant review and update)
* XDAP header for the protocol version
* Updated Version response which provides information about software versions and DAP version.
== Proposed Changes To DAP2 ==
== Proposed Changes To DAP2 ==

Revision as of 18:26, 24 June 2008

Beyond DAP2

Completed Changes From DAP2

OPeNDAP has three implementations of the DAP that it maintains: libdap (C++), Java-OPeNDAP (Java) and Ocapi (C; client-side only). There are other implementations which have been developed by other groups.

Features of DAP3/4 implemented in libdap

libdap is the reference implementation for DAP. Here are the DAP3 features implement in it so far:

  • DDX (although this implementation needs significant review and update)
  • XDAP header for the protocol version
  • Updated Version response which provides information about software versions and DAP version.

Proposed Changes To DAP2