Hello, I am using a router and the attach method (attach(<uri pattern>,<class extends Resource>) for my application. My question is: when I'm finished with the resource (and I know I no longer need it), what do I do to clean up? Is it as simple as calling router.detach? or must I also delete the resource somehow so that garbage collection can reclaim that memory?
Thanks, Matt ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2396013

