Maximilian Buttlies ha scritto: > Hey, > in the online JavaDocs > (http://geoserver.sourceforge.net/documentation/javadocs/index.html) > the wfs.servlets-package contains some Classes like WFService. But in > the source-download they're lost Where's the classes? > regards,
That's the javadoc of GeoServer 1.3 (if not older) I think. There are no more servlets, services are implemented as java beans that expose a method for each public request in the OWS protocol, pluggable KVP parsers for GET requests, pluggable XML parsers for XML POST request, and, guess what, pluggable output formats to encode the result into a result for the clients. The developer documentation is close to non existent, at least in the current sphinx generated docs: http://docs.geoserver.org/stable/en/developer/programming-guide/ows-services/index.html There are some bits here though: http://geoserver.org/display/GEOSDOC/2+GeoServer+Platform Justin actually wrote more, but I cannot seem to find it. Considering most of it is based on plugins and conventions it's actually quite hard to develop a new service without docs You may want to look into the WPS one, it's the youngest of the services, does not mix old and new architectures, and it's relatively small for the moment: http://svn.codehaus.org/geoserver/trunk/src/community/wps/ Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
