RESTing easy…

Joe Gregorio offers a detailed example of 'RESTifying' an existing, complex application. His post concentrates on dealing with 'collections' in particular. My experience with applying a REST approach to web application design is that it has worked well with some simple applications, but I have tended to shy away from this approach for more complex solutions, believing that the effort of 'constraining' such applications into the REST approach might outweigh the benefits. Having read Joe's article I'm persuaded to re-think my prejudice....