Another browser-side Model-View-Controller analogy

Wednesday, May 7th, 2008 at 14:53  

Coding Horror presents another way to think about the browser side of web apps as underlyingly MVC in Understanding Model-View-Controller. It’s interesting, but I still prefer my analogy for primarily AJAX web apps; when the data comes in primarily through XMLHTTPRequest, it doesn’t make much sense to think of anything but the JavaScript that handles XMLHTTPRequest responses as the model.

posted by glyphobet  

This post doesn't have any trackbacks yet.

respond via trackback only.