Is there any documentation or examples out there for using the Restlet API to consume a REST service? The only example I found is on the "First Resource" page (http://www.restlet.org/documentation/2.0/firstResource#part07), and that's only a very basic example of it.
More specifically, I'd like to know: How do you use the ConverterService to convert objects to/from XML/JSON/etc? What is the recommended practice for using Restlet to build a REST client? Is there a tool available for auto-generating Restlet client code? ClientResource.getResponseEntity() returns a Representation only on the first call to the method. Why, and what other "gotchas" are there when using ClientResource and consuming REST services? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2386843

