Re: representations + caching (ETags, etc.)

2006-08-08 Thread Piyush Purang
@restlet.tigris.org Objet : representations + caching (ETags, etc.) So I've got a simple read-only application built and mostly running. Books, authors and publishers are our resources. Each type of resource has a handler (e.g., 'BookHandler') which looks up the resource in an in-memory datastore

RE: Re: representations + caching (ETags, etc.)

2006-08-08 Thread Winters, Chris
, August 08, 2006 4:43 AM To: discuss@restlet.tigris.org Subject: Re: representations + caching (ETags, etc.) Hi Chris, I am working on some ideas with restlets .. could you share your code or is that closed-source? Cheers Piyush On 8/8/06, Jerome Louvel [EMAIL PROTECTED] wrote

Re: Accept header vs. explicit (was: RE: representations + caching (ETags, etc.))

2006-08-08 Thread Chris Winters
John D. Mitchell wrote: FWIW, I don't find relying on the accept header to be reliable because of these kinds of issues. Even if you do support the accept header, it seems to be a good idea to also support the explicit specifying of the type in the link such as .xml/.json/etc. An example of