Hello,
I want to know if it’s possible to use REST with servlet or php and if tutorials exist because I find a tutorial for cURL and that’s all.
Thanks
Jim
Hello,
I want to know if it’s possible to use REST with servlet or php and if tutorials exist because I find a tutorial for cURL and that’s all.
Thanks
Jim
Yes, the REST API can be used from any platform that permits you to
construct custom HTTP requests. For PHP, you should check out the PHP
cURL bindings (which are closely related to the curl commandline utility
and should translate well from the documentation). You can see the API
documentation here: http://us3.php.net/curl . For example,
In Java, there are a few HTTP client libraries you can use; the
java.net.* package provides some in the standard library. Apache's
HTTPClient (http://hc.apache.org/httpcomponents-client/index.html) would
be another option.
No tutorials have been produced for using these with GeoServer's REST
API specifically, sorry.
--
David Winslow
OpenGeo - http://opengeo.org/
On Wed, 2009-05-20 at 10:32 +0200, Jimmy Aumard wrote:
Hello,
I want to know if it's possible to use REST with servlet or php and if
tutorials exist because I find a tutorial for cURL and that's all.Thanks
Jim
------------------------------------------------------------------------------
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-devel mailing list Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel