Talk:Model view controller

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
 
== Hierarchical-MVC ==
 
== Hierarchical-MVC ==
  
  
When your application gets bigger each model, view or controller component may well become a BigLumpOfGlue. For large GUIs, a popular approach is to go one step further and apply [http://www.javaworld.com/javaworld/jw-07-2000/jw-0721-hmvc.html Hierarchical-MVC].
+
When your application gets big, the model, view or controller component may well become a [Big ball of mud]. A popular fix is to go one step further and apply [http://www.javaworld.com/javaworld/jw-07-2000/jw-0721-hmvc.html Hierarchical-MVC], which attempts to make MVC scalable.
  
[[[User:Lindsay | Lindsay Kay]]
+
[[User:Lindsay | Lindsay Kay]]

Revision as of 21:14, 8 October 2008

Hierarchical-MVC

When your application gets big, the model, view or controller component may well become a [Big ball of mud]. A popular fix is to go one step further and apply Hierarchical-MVC, which attempts to make MVC scalable.

Lindsay Kay

Personal tools