This link has been bookmarked by 50 people . It was first bookmarked on 24 Apr 2006, by hanakuso.
-
19 Oct 09
-
15 Oct 09
-
13 Oct 09
-
19 Aug 09
-
21 Jun 09
-
15 Apr 09
-
10 Mar 09
-
isolates
-
the model represents the information (the data) of the application
-
-
14 Jan 09
-
08 Jan 09
-
06 Jan 09
-
02 Nov 08
Marc QuevalModel-view-controller (MVC) is both a design pattern and an architectural pattern used in software engineering
architecture pattern model view controller software engineering
-
07 Oct 08
-
23 Sep 08
Colin HendersonModel-view-controller (MVC) is an architectural pattern used in software engineering. Successful use of the pattern isolates business logic from user interface considerations, resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other. In MVC, the model represents the information (the data) of the application and the business rules used to manipulate the data; the view corresponds to elements of the user interface such as text, checkbox items, and so forth; and the controller manages details involving the communication to the model of user actions such as keystrokes and mouse movements.
-
05 Sep 08
-
19 Aug 08
-
resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other.
-
resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other.
- 4 more annotations...
-
-
resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other.
-
resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other.
-
resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other
-
resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other.
-
-
-
14 Aug 08
-
29 Jul 08
-
Successful use of the pattern isolates business logic from user interface considerations, resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other. I
-
n MVC, the model represents the information (the data) of the application and the business rules used to manipulate the data, the view corresponds to elements of the user interface such as text, checkbox items, and so forth, and the controller manages details involving the communication to the model of user actions such as keystrokes and mouse movements.
- 2 more annotations...
-
-
It is common to split an application into separate layers that run on different computers: presentation (UI), domain logic, and data access. In MVC the presentation layer is further separated into view and controller.
-
MVC is often seen in web applications, where the view is the actual HTML page, and the controller is the code that gathers dynamic data and generates the content within the HTML. Finally, the model is represented by the actual content, usually stored in a database or in XML nodes, and the business rules that transform that content based on user actions.
-
-
-
19 Jun 08
-
04 May 08
-
04 Apr 08
-
15 Feb 08
-
06 Feb 08
Mike KossExplanation of the Model-View-Controller architectural pattern. Some intereresting links from here to different frameworks that implement MVC - including a couple of JavaScript frameworkI have not heard of: Archetype (French?), and JavaScript MVC. I tho
-
04 Feb 08
-
02 Feb 08
-
01 Feb 08
-
- Web Client Software Factory
- Maverick.NET
- Microsoft UIP
- Monorail An ActionPack inspired MVC framework from the Castle Project
- Igloo software (Experimental) MVC Framework for .Net 2.0
- ASP.NET 3.5 Extensions Community Technology Preview
- Scott Guthrie about the new MVC features in Asp.net 3.5
.NET
-
-
26 Nov 07
-
19 Nov 07
-
In complex computer applications that present a large amount of data to the user, a developer often wishes to separate data (model) and user interface (view) concerns, so that changes to the user interface will not affect data handling, and that the data can be reorganized without changing the user interface.
-
It is common to split an application into separate layers: presentation (UI), domain logic, and data access. In MVC the presentation layer is further separated into view and controller. MVC encompasses more of the architecture of an application than is typical for a design pattern.
- 2 more annotations...
-
-
- The domain-specific representation of the information that the application operates. Domain logic adds meaning to raw data (e.g., calculating whether today is the user's birthday, or the totals, taxes, and shipping charges for shopping cart items).
- Many applications use a persistent storage mechanism (such as a database) to store data. MVC does not specifically mention the data access layer because it is understood to be underneath or encapsulated by the Model.
-
MVC is often seen in web applications, where the view is the actual HTML page, and the controller is the code that gathers dynamic data and generates the content within the HTML. Finally, the model is represented by the actual content, usually stored in a database or XML files.
-
-
-
18 Oct 07
-
17 Oct 07
-
It is common to split an application into separate layers: presentation (UI), domain logic, and data access.
-
In MVC the presentation layer is further separated into view and controller. MVC encompasses more of the architecture of an application than is typical for a design pattern.
-
-
20 Aug 07
-
13 Jul 07
-
12 Jul 07
-
21 Jun 07
Andrew WhiteModel-view-controller (MVC) is an architectural pattern used in software engineering. In complex computer applications that present a large amount of data to the user, a developer often wishes to separate data (model) and user interface (view) concerns, s
-
25 Apr 07
-
begins
-
-
21 Feb 07
-
02 Feb 07
-
20 Nov 06
-
26 Oct 06
-
16 Aug 06
-
07 Aug 06
-
06 Aug 06
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.