Thanks for notification, it's valuable info for me. I have aother one question,
me and my brother try to use "detach(Restlet target)" method defined for Route
class (version 1.1). But can ypu send me a peace of sample sorce code? I;m not
able to realise what shoul be an argument of detach method.
for example:
// Create a router Restlet that defines routes.
Router router = new Router(getContext());
// Defines a route for the resource "list of items"
router.attach("/items", ItemsResource.class);
..and now how will I say that I would like to remove "ItemsResource" class
as resource accessible under "/items" URI?
Really thanks!! your help is unbelievable!
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2448803