Java-OPeNDAP: TO DO


  1. XML implementation needs to be refactored to use DOM objects instead of print statements to generate and manage XML documents.

  2. Separate Client and Server code - NOT FEASIBLE. Although in a perfect world the design should allow for this there is too much code overlap to make this a good idea.
  3. Break out "Display" methods into a service class(es):
  4. Update JDOM to JDOM 2.x and utilize the "generics" in the code.
  5. Refactor production rules for the test servlet so that docs are correctly manufactured and installed.
  6. More ???