[Geoserver-devel] Can I use “Web Map Service Module” and “Web Feature Service Module” in my project?

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.

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Can-I-use-Web-Map-Service-Module-and-Web-Feature-Service-Module-in-my-project-tp5210848.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

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.

http://docs.geoserver.org/latest/en/developer/programming-guide/ows-services/index.html

This email list is for people working on the geoserver project; for questions on how to use geoserver please use the user list.

···

On 14 June 2015 at 04:14, itsme <malvandi.m@anonymised.com> wrote:

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.


View this message in context: http://osgeo-org.1560.x6.nabble.com/Can-I-use-Web-Map-Service-Module-and-Web-Feature-Service-Module-in-my-project-tp5210848.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.



Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett