As a Geoserver development beginner, I have read some books about Spring
Framework, and finished some examples on the Geoserver developer Manual.
Could you tell me what I should do in the next step? The goal of my
learning is to make some changes in Geoserver and improve some functions of
Geoserver. But now I am not familiar with Geoserver. Thank you very much for
your help!
On Sat, Jan 18, 2014 at 2:01 PM, Ellon <hufei68@anonymised.com> wrote:
As a Geoserver development beginner, I have read some books about Spring
Framework, and finished some examples on the Geoserver developer Manual.
Could you tell me what I should do in the next step? The goal of my
learning is to make some changes in Geoserver and improve some functions of
Geoserver. But now I am not familiar with Geoserver. Thank you very much
for
your help!
GeoServer is heavily based on GeoTools, so get familar with it.
And then I'd suggest you try out some OGC requests (WMS/WFS), put a
breakpoint
in the org.geoserver.ows.Dispatcher#handleRequestInternal method and follow
it lifecycle, drilling down into the various abstraction layers, to get a
feel of how
things are working.
If you plan to contribute changes to GeoServer also have a look
at GeoServerSystemTestSupport
and its sublasses, any change to the code must be coming with its
unit/integration test