Ryan Daum wrote: [...] > BTW, are there any pieces of documentation on the > representation & resource portions of the library? All the > tutorials I saw got as far as the registration of handlers, > but didn't really describe common RESTy-patterns for the > representation of resources using the library.
There isn't any deep documentation covering this important topic yet. But, we are currently working on filling this gap. For now, you can check this related FAQ entry: http://www.restlet.org/faq#15 Also, there is a sample application that was written by Chris Winters (based on beta 18) doing content negotiation with multiple representations on a resource, see: http://wiki.restlet.org Finally, I've illustrated a request processing flow, from the connector to the domain object: http://www.restlet.org/images/application > Anyways, great work, looking forward to trying RC2. Thanks! Let us know how it goes. Best regards, Jerome Louvel

