Davey: Resource-Oriented MVC

2008-12-30 @ 11:07#

i found this post from Andrew Davey's AboutCode.net blog today. actually, i think i'd seen the post earlier this year, but had not watched the accompanying video on his Snooze library for ASP.NET MVC (source code) until today.

one of the the things that impressed me while i watched the video is how much 'cruft' Davey abandons from the ASP.NET MVC library before finally getting to the point where his resource-oriented library is useful. it reminded me once again that MVC is not a REST-ful approach to Web programming.

what ASP.NET needs is a clean, simple framework that implements all the REST constraints properly. that's why i built the exyus framework last year.

code