Hi everyone, i´m trying to setup restlet with spring, i´m wondering, what is the best practise with restlet resources? from my resource (eg. UserResource) í try to retrieve the requested data from a db, so what i´m trying to figure out is, whether its possible to manage the resources in spring context (in order to inject a managed UserManager) and finally to attach them somehow to the router/uris !??
couldn´t find anything on that, any suggestions ? thanks brian

