I'm looking for advice on best practices on writing classes which can be
run as Rendering Transformation processes.   Specifically:

- the GeoServerProcess interface extends the GSProcess interface.  Which
one should be used?

- there is also a RenderingProcess interface, which can be used to define
the invertQuery() and invertGrid() methods.  However, it extends Process,
which then requires an execute(Map) method. I would prefer to use the
annotation-driven style of process definition, with an execute() method
taking explicit typed parameters.  In fact it seems to work fine doing this
and not using the RenderingProcess interface.  Is RenderingProcess obsolete?

Is there any documentation on this (particularly on the annotation-driven
way of defining processes)?

-- 
Martin Davis
OpenGeo - http://opengeo.org
Expert service straight from the developers.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to