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?