public marks

PUBLIC MARKS from ERSWeb with tags mvc & programming

28 November 2008 21:30

Advogato: Blurring of MVC lines: Programming the Web Browser.

(via)
This article outlines how the MVC concept is made incredibly awkward by the gradual but necessary introduction of Javascript and AJAX. A solution is found in the form of Javascript Compiler Technology such as GWT or Pyjamas (PyPy's JS backend or Rb2Js could be used, with some additional work). The article outlines how and why the traditional MVC patterns are fragmented by Javascript and AJAX, advocating that if a site is programmed purely in a high-level language that is then compiled to Javascript for the Web Browser sections, the same high-level source code can be executed either client-side on the browser, or server-side, or even both, depending on the requirements. The implications of this approach are discussed in depth.

brianwaustin's TAGS related to tag mvc

.net +   ASP +   development +   programming +   software +   web +