Re: MVC not suitable for Web Development
Mike Kelly <[email protected]>
| Newsgroups | gmane.comp.web.services.rest |
|---|---|
| Message-ID | <[email protected]> |
Wrt working with HTTP, I don't think it matters that much what pattern you pick. As long as you can route URI patterns to handlers, and then have those handlers read the request message, access or modify the server side state, and finally render a response (headers and body) - you should be golden as far as HTTP is concerned. On 19 Jun 2012, at 03:19 AM, Unmesh Joshi <[email protected]> wrote: > Hi, > > > I recently blogged about how MVC, which is used by many popular web frameworks like Struts, Spring MVC and Even Play, is a wrong model for web development at > http://webdevlopmentpatterns.blogspot.in/2012/06/mvc-not-suitable-for-web-development.html > > Will like to get comments. > > Thanks, > Unmesh >