[Geoserver-users] GeoServer - Source Code

Hi,

I am developing an application that prescind the Geoserver for the user.
I need add new DataStore, CoverageStore, Coverage, FeatureType, Styles without the utilization of GeoServer Admin.
I downloaded the source code of GeoServer, but I need for help.
Exists tutorial for help-me?

Best Regards,

Fernando Quadro

Hi Fernando,

IT sounds like what you need is hte REST configuration extension. With it you can add all these things with simple HTTP calls, without interacting with the admin UI.

http://docs.geoserver.org/1.7.x/user/extensions/rest/index.html

Hope that helps.

-Justin

Fernando Quadro wrote:

Hi,

I am developing an application that prescind the Geoserver for the user. I need add new DataStore, CoverageStore, Coverage, FeatureType, Styles without the utilization of GeoServer Admin.
I downloaded the source code of GeoServer, but I need for help. Exists tutorial for help-me?

Best Regards,

Fernando Quadro

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Justin,

Thanks for the reply. But, to use cURL in java, I use the cURL library (http://sourceforge.net/projects/javacurl)?

Best Regards,

Fernando Quadro

Thu, 21 May 2009 10:13:27 -0700, Justin Deoliveira <jdeolive@anonymised.com> escreveu:

Hi Fernando,

IT sounds like what you need is hte REST configuration extension. With
it you can add all these things with simple HTTP calls, without
interacting with the admin UI.

http://docs.geoserver.org/1.7.x/user/extensions/rest/index.html

Hope that helps.

-Justin

Fernando Quadro wrote:
> Hi,
>
> I am developing an application that prescind the Geoserver for the user.
> I need add new DataStore, CoverageStore, Coverage, FeatureType, Styles without the utilization of GeoServer Admin.
> I downloaded the source code of GeoServer, but I need for help.
> Exists tutorial for help-me?
>
> Best Regards,
>
> Fernando Quadro
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables
> unlimited royalty-free distribution of the report engine
> for externally facing server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.