Writing an OPeNDAP Server
James Gallagher
Revision: 14349
1 Preface
2 Before you write any code
2.1 The FreeForm server
2.2 The JGOFS server
3 Writing your own OPeNDAP server
3.1 Choose a language
3.2 Server architecture
4 The DAP Architecture
4.1 The DAP uses HTTP which in turn uses MIME
4.2 The DAP defines three objects
4.3 The DAP also defines services
4.4 Parts of the server you don't have to write
5 Getting ready to write your components
6 Subclassing the data types
6.1 A quick review of the data types supported by the DAP
6.2 The Matlab 5 data model and the DAP
6.3 Creating the subclasses
7 Implementing the DDS object
8 Implementing the DAS object
9 Implementing the DataDDS object
10 Notes
References
Footnotes
James Gallagher <jgallagher@gso.uri.edu>, 2006-08-17, Revision: 14349