Hello.
I want to send some Rest request to GeoServer in web page,etc post,put.
I don’t know what I should use to build these request.
Form ?and Restlet?
I need use Restlet? Can you give me some examples about Restlet Client?
There are a few options. Examples with straight curl are pretty well documented:
http://docs.geoserver.org/stable/en/user/extensions/rest/rest-config-examples-curl.html
There is a java client that has been contributed to the community space:
http://svn.codehaus.org/geoserver/trunk/src/community/restconfig-java/
There is a javascript client that is not really completed:
http://svn.codehaus.org/geoserver/trunk/src/extension/restconfig/src/client/javascript/
And I know David has a python client he has been working on...can't find the link though.
-Justin
On 4/15/10 7:23 AM, ahwangyuwei@anonymised.com wrote:
Hello.
I want to send some Rest request to GeoServer in web page,etc post,put.
I don't know what I should use to build these request.
Form ?and Restlet?
I need use Restlet? Can you give me some examples about Restlet Client?------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev_______________________________________________
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.
The client I am working on lives on Github at http://github.com/dwins/gsconfig.py