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=2703310

Reply via email to