Re: Restlet + Clojure = Prudence: Talk in Chicago, December 15th

2011-01-10 Thread Tal Liron
This talk has been postponed to next Wednesday, Jan 19th. If you're in the Chicago area and are interested in using Restlet with Clojure, join us! http://www.meetup.com/Chicago-Clojure/calendar/15911747/http://www.meetup.com/Chicago-Clojure/calendar/15623004/ On Thu, Dec 2, 2010 at 5:10 PM, Tal

Re: Restlet + Clojure = Prudence: Talk in Chicago, December 15th

2011-01-10 Thread Thierry Boileau
Hello Tal, unfortunately, we won't be there as we are quite busy busy in France. Hope you will enjoy this meeting!! :) Best regards, Thierry Boileau This talk has been postponed to next Wednesday, Jan 19th. If you're in the Chicago area and are interested in using Restlet with Clojure, join

Re: Request to servlet : parameter key/value

2011-01-10 Thread Stephan Koops
Hi Hubert, Representation rep =*new JsonRepresentation(myJsonObject)*; rep.setMediaType(MediaType.APPLICATION_WWW_FORM); Request request = new Request(Method.POST, http://127.0.0.1:8080/myServlet,rep); Response response = client.handle(request); But the servlet*receive a JSONObject* :

Re: Restlet + Clojure = Prudence: Talk in Chicago, December 15th

2011-01-10 Thread Tal Liron
Chicago is the Paris of the Midwest. :) On Mon, Jan 10, 2011 at 1:15 PM, Thierry Boileau thierry.boil...@noelios.com wrote: Hello Tal, unfortunately, we won't be there as we are quite busy busy in France. Hope you will enjoy this meeting!! :) Best regards, Thierry Boileau This talk

Incorrect status returned from ClientResource

2011-01-10 Thread Paul Morris
I'm using ClientResource to call OpenAM's (http://www.forgerock.com/openam.html) authentication service as in: ClientResource resource = new ClientResource(http://glassfish.devbox.local:8080/openam_s951/identity/authenticate?username=pmorrispassword=secret); When I call resource.getStatus() no