Re: GSON

2009-05-20 Thread Zsolt Kovacs
Thank you for all of you! This was very helpful, a such an active community :). Unfortunatelly the focus of my work temporary shifted to something else, so I cannot give the other Zsolt some feedback, but I will when I have something tangible to show you. Zsolt ---

GSON

2009-05-19 Thread Zsolt Kovacs
Hi, Stephan's answer reminded me that I have stumbled into GSON some time ago. GSON was created to support specially java object serialisation and deserialisation using JSON format. I was thinking to use it for my GAE-Restlet-GWT application, but before I do that I would like to know your experien

Re: bug? - AccessControlException on Restlet GAE module

2009-04-30 Thread Zsolt Kovacs
he update of the GAE branch to remove > such issues. > > Best regards, > Jerome Louvel > -- > Restlet ~ Founder and Lead developer ~ http://www.restlet.org > Noelios Technologies ~ Co-founder ~ http://www.noelios.com > > > -- > *De

Re: bug? - AccessControlException on Restlet GAE module

2009-04-30 Thread Zsolt Kovacs
Thierry, I use gae, and this followRedirect seems to be missing from there. Zsolt 2009/4/29 Thierry Boileau > Hello Zsolt, > > if you want to catch the redirection, just disable the automatic > redirection (ClientResource#setFollowRedirect(false)). > Then, you can check the status. > > I hope t

Re: bug? - AccessControlException on Restlet GAE module

2009-04-29 Thread Zsolt Kovacs
Bonjour Thierry, I do this: ClientResource itemsR = new ClientResource(" http://localhost:8080/gae_restlet/items";); Representation r = itemsR.get(); In the web.xml all URLs are security constrained, so GAE automatically redirects get to its login page. I am stuck at this point, because I could n

Re: bug? - AccessControlException on Restlet GAE module

2009-04-27 Thread Zsolt Kovacs
Hi Jerome, Your fix worked great for me! I use the FirstResource example to learn Restlet, which is based on ClientResource. Unfortunately I do not know how I should handle this kind of redirect in ClientResource. I have checked wiki and examples but I did not find any hints, so I would appretiate

RE: Re: Google AppEngine and Restlet

2009-04-16 Thread Zsolt Kovacs
Hi Jerome, In the ligth of this, willl the Restlet GWT extension work on GAE? I am learning GEA and GWT and before I start to investigate, I would appreciate your feedback. Regard, Zsolt > Hi Remi, > > As long as the extension only relies on GAE's white listed JRE classes, it > will work wi