We are developing java web gis application.
We use geoserver, postgis, geotools(all the core code).
We need to show/hide(or create/delete) dynamically vector layers(from shape file) and raster layers(wms layer from geoserver). Also, our shapefiles are colorized(there are about 5-10 colorized zones in one shapefile).
Typical usage: user check/uncheck checkboxes -> layers are showed/hid.
We used geomajas in our 0 version, but there is the critical bug for us( http://jira.geomajas.org/browse/RTC-2 ).
So, could you please suggest any other java based web frameworks that can cover our needs?