Hello Michael,

does your code work in development environment, but when deployed in GAE? In
this case, you may encounter this problem:
http://restlet.tigris.org/issues/show_bug.cgi?id=1219

Best regards,
Thierry Boileau

I would like to post a Java Object to a RestletResource from a JavaClient
> and receive a Java Object as the response.  I have been looking through the
> examples, tutorials, and docs but I am confusing myself.  Does anyone know
> how to do this, can point me to an example or point me in the right
> direction?
>
> *Generalized Desired Call:*
> Driver driver = new Driver("Dale");
> Car car = executeRequestToServer("http://server.com/drivercar";, driver);
>
> *Client:* GAE Restlet Edition (2.0.4)
> *Server:* JAVA EE  Restlet Edition (2.0.4)
>
> *Note:* I was able to get something similar to work with Restlet/GWT/GAE
> using ClientProxy, but I have not been able to translate that to
>  Restlet/GAE/JavaEE.
>
>
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2703734

Reply via email to