-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 18.08.2010 12:07, schrieb Jakub Rojek: > Hi, > > I am using REST Configuration Plugin and curl software. It works pretty smooth. The thing is that i would like to write java program that would do the same as curl, but would have gui for the people that do not really like to write scripts in Shell. Do you know how I can do it?
http://code.google.com/p/gsrcj/ is a simple and lighweight java project (has no dependencies to Geoserver JARs) and provides some basic methods to configure workspaces, datastores and featuretypes via REST. I use it for my own projects and it evolves with my needs. Feel free to extends it. It actually only consists of one 13k Java file which shows you how to do all the java http and auth stuff. http://code.google.com/p/gsrcj/source/browse/trunk/src/main/java/org/geopublishing/GsRest.java Greetz, Steve - -- wiki² - Softwareentwicklung Stefan A. Tzeggai, geb. Krüger Straßburger Weg 26 53113 Bonn email [email protected] phone 0228 24 000 528 mobile 0176 40 38 9559 webpage wikisquare.de twitter http://twitter.com/geopublishing skype alfonx reclaim your net - http://tor.eff.org enforce privacy - http://www.pgpi.org pgp key id: 51B576FD - http://pgp.mit.edu Please note that according to the German law on data retention, information on every electronic information exchange with me is retained for a period of six months. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkx3/3UACgkQdFDQR1G1dv3kCQCfeYKQlq0n3g9WGYGwsN13yl5J gCgAnjP594dAxBGY1/ZwmH2XQ6XetiVC =7Zun -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
