[GIS] web gis application with geotools

geotoolswebweb service

I need to create a new gis application with OpenLayers and PostGIS.

I think that Geotools is a good choice for the Layer between these two.
I thought about embedding geotools in a web application

Now I need same samples to understand how geotools can be used together with OpenLayers.

Everything I found so far is good for developing a Java client application and of course for receiving and processing geo objects, but nothing that could help to build a web application.

Where should I continue to look?

Best Answer

Look at GeoServer which will probably provide the solution you need out of the box and will provide plenty of code samples if you really need.

Related Question