
Java-OPeNDAP: TO DO
- XML implementation needs to be refactored to use DOM objects instead of print statements to generate and manage XML documents.
- Seperate Client and Server code - NOT FEASIBLE. Although in a perfect world the design should allw for this there is too much code overlap to make this a good idea.
- Break out "Display" methods into a service class(es):
- DapOut.printDecl(BaseType, Stream, ...)
- DapOut.printVal(BaseType, Stream, ...)
- DapOut.getDDXDoc(BaseType)
- etc.
- More ???