Hello Cameron, >Is the collection also best represented as a resource? Well, I think you should use in most cases a resource, because you are designing Rest resources which handle GET, PUT, DELETE, etc requests. Restlet sub-classes should be used for a few cases, mainly in transversal or technical cases.
Best regards, Thierry Boileau ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2654159

