Re: [Geoserver-devel] the ows architectural in geoserver

2009-12-09 Thread Justin Deoliveira
The GeoServer dispatch system is based on a combination of reflection and spring. If you look for the classes WebFeatureService, WebMapService, and WebCoverageService you will see methods for each of the ows operations. You will also find spring bean declrations of the class org.geoserver.ows.S

Re: [Geoserver-devel] the ows architectural in geoserver

2009-12-09 Thread maven apache
2009/12/9 Jody Garnett > So you have a name? We like to be social around here > > You will find that geoserver has a dispatcher and a framework in the > support of OGC style services. Have a look through the hello world tutorial > (and the rest of the developers guide). You will find that re

Re: [Geoserver-devel] the ows architectural in geoserver

2009-12-08 Thread Jody Garnett
So you have a name? We like to be social around here You will find that geoserver has a dispatcher and a framework in the support of OGC style services. Have a look through the hello world tutorial (and the rest of the developers guide). You will find that requests are parsed into objects

Re: [Geoserver-devel] the ows architectural in geoserver

2009-12-08 Thread maven apache
Nobody at line? 2009/12/9 maven apache > Hi; > I want to know the architectural of the ows (such as wcs wms),that's to > say how to integrate them to the geoserver,and I follow the docs in the > geoserver website: > > http://docs.geoserver.org/2.0.x/en/developer/programming-guide/ows-services/i

[Geoserver-devel] the ows architectural in geoserver

2009-12-08 Thread maven apache
Hi; I want to know the architectural of the ows (such as wcs wms),that's to say how to integrate them to the geoserver,and I follow the docs in the geoserver website: http://docs.geoserver.org/2.0.x/en/developer/programming-guide/ows-services/index.html But it has no contents. In my opinion each o