Re: Easy Spring Integration with Restlet

2007-11-01 Thread Sumit Lohia
Adam Taft adam at adamtaft.com writes: Finder thankfully happens to be a stateless bean, and therefore can be easily added into your Spring configuration. So the trick is two-fold: a) Create an interface which has methods similar to Resource, except make the interface stateless by

Adding context info to a request

2007-11-01 Thread Jim Alateras
If i want to add context information to a request as it is processed by the different filters and guards should i use request.getAttributes().put(key, value) cheers /jima