Section 2.3.2 of vwfs Implementation Report
WMS and WFS Servlets should not access Catalog information directly. A more
robust implementation would access the required data through the WFS or WMS
global implementations.
Advantages of this modification:
Allows separate enabling of FeatureTypes for WFS and WMS
* Allows the relocation of Style to WMS
We may choose to have the WMS and WFS classes access the Data class through
the GeoTools2 Catalog interface in a manner similar to the Validation Processor.
CodeHaus Comment From: jgarnett - Time: Thu, 5 Feb 2004 17:23:31 -0600
---------------------
<p>Here is a picture!</p>
CodeHaus Comment From: dzwiers - Time: Tue, 17 Feb 2004 14:58:38 -0600
---------------------
<p>Completed this, everything is accessed through the service object (wms or wfs)</p>