Package org.vfny.geoserver.global.xml

Offers XML based persistence to the GeoServer application.

See:
          Description

Class Summary
GMLUtils Utility class defining GML constants, and utility functions.
GMLUtils.Mapping Used to store Java/GML type mappings for use with GMLUtils.
GMLUtilsTest Test mappings provided by GMLUtilsTest.
ReaderUtils ReaderUtils purpose.
WriterHelper WriterUtils purpose.
XMLConfigReader XMLConfigReader purpose.
XMLConfigReaderTest XMLConfigReaderTest purpose.
XMLConfigWriter XMLConfigWriter purpose.
XMLConfigWriterTest XMLConfigWriterTest purpose.
 

Package org.vfny.geoserver.global.xml Description

Offers XML based persistence to the GeoServer application.

This package is the XML Persistence Subsystem. It contains methods to read and write the GeoServer configuration files based on the global.dto objects.

The use of Data Transfer Objects allows the XML Persistence package to not depend on Global Method or the Dyanmic Configuration System. In fact we could make use of this separation to back the configuration system directly onto the xml files (without geoserver) if needed.