I'm developing a GIS application with Java Spring Framework and GeoTools
Library. I have some vector layers that I want to access with WMS and WFS
protocols.
I've downloaded the source code for GeoServer. It includes modules as below:
Main Module
Core Platform Module
Web Map Service Module
Web Feature Service Module
and etc.
*Can I use Web Map Service Module and Web Feature Service Module of
GeoServer in my project? If yes, please tell me how*?
*Update*:
In my Web application, I have some layers with access controls. User can
request layers with WMS or WFS protocol (The client uses OpenLayers 3.6.0)
My layers are from either a PostGIS database or SHP files.
The developers guide has instructions for checking out the source code and building a “hello world service”. GeoServer is spring based and you can reuse the components in your own application.
I’m developing a GIS application with Java Spring Framework and GeoTools
Library. I have some vector layers that I want to access with WMS and WFS
protocols.
I’ve downloaded the source code for GeoServer. It includes modules as below:
Main Module
Core Platform Module
Web Map Service Module
Web Feature Service Module
and etc. Can I use Web Map Service Module and Web Feature Service Module of
GeoServer in my project? If yes, please tell me how?
Update:
In my Web application, I have some layers with access controls. User can
request layers with WMS or WFS protocol (The client uses OpenLayers 3.6.0)
My layers are from either a PostGIS database or SHP files.