I want to use Spring to weave my application with Restlet and Spring. Can class derived from Restlet defined in singleton?
if so, should the handle method of restlet thread-safe? and do you make your framework spring friendship?(I find it is not easy to combine both of them). Best Regard! Daniel

