InfoQ

InfoQ

Topic/Tag specific view

MVC Content on InfoQ


Latest featured content about MVC

Presentation Patterns: MVP – MVC – MVVM

Topics
.NET

Erik Lebel explains 3 presentation patterns used in Windows applications –MVP, MVC, MVVM-, demoing how the model, view, and control layers interact with each other.

News about MVC

Fuel PHP: An MVC Framework

Topics
PHP,
Web Frameworks

The Model-View-Controller pattern is pretty much dominating professional, customer facing website design these days. While single-file scripts and form builder technologies still have a place, MVC seems to strike the right balance for many developers. The Fuel framework for PHP intends to capitalize on the work done by earlier MVC frameworks such as Ruby on Rails.

Rethinking Models in MVC

Topics
Dynamic Languages,
Design Pattern,
.NET

Jon Galloway is researching dynamic ASP.NET MVC 3 models using Mono’s Compiler as a Service. Meanwhile Karsten Januszewski is looking into deserialized JSON in lieu of statically typed models.

MVC Scaffolding Provides configurable Code Generation for ASP.NET MVC

Topics
.NET,
Web Frameworks

Steve Sanderson recently introduced MVC Scaffolding, a customizable code generation tool for ASP.NET MVC 3. MVC Scaffolding uses a simple command-line interface to automatically generate code based on templates. Standard templates allow for automated generation of many common elements, including Views, Actions, and Unit Test stubs.

ASP.NET MVC 3 Embraces Dynamic Typing

Topics
.NET,
Web Frameworks

Nearly a decade ago Microsoft gambled big on WebForms and static typing. With the dial cranked all the way over to full encapsulation, each page could almost be treated as its own program. In the intervening years the industry has largely gone in the other direction, favoring separation of concerns over encapsulation and late binding over early binding. Now Microsoft is doing the same.

Articles about MVC

Fulfilling the Promise of MVC

Topics
.NET,
Web Frameworks

When Trygve Reenskaug invented the MVC pattern for Smalltalk, he had originally envisaged that all models would come with default views and controllers. By combining Entity Framework 4, ASP.NET MVC, and his reflection-based view engine, Richard Pawson shows how that vision can be achieved using Naked Objects.

A Comparison of Spring MVC and JAX-RS

Topics
Java,
Web Services,
Web Frameworks

SpringSource's Rossen Stoyanchev introduces the Spring MVC REST features available in Spring 3 and relates them to JAX-RS, highlighting the similarities and differences between the two programming models.

Rationalizing the Presentation Tier

Topics
Rich Internet Apps,
REST,
Architecture,
SOA

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs. In this article, Ganesh Prasad and Peter Svensson explains how and why.

Presentations about MVC

Mastering Spring MVC 3

Topics
Java,
Web Frameworks

Keith Donald presents the Spring MVC3 programming model, detailing with examples: mapping HTTP requests, getting a request input, generating responses, rendering views, data conversion and validation, handling exceptions and testing.