Model-view-controller
#1

Model-view-controller (MVC) is a software architecture that separates an application s data model, user interface, and control logic into three distinct components so that modifications to one component can be made with minimal impact to the others.

MVC is often thought of as a software design pattern. However, MVC encompasses more of the architecture of an application than is typical for a design pattern. Hence the term architectural pattern may be useful (Buschmann, et al 1996), or perhaps an aggregate design pattern.

In broad terms, constructing an application using an MVC architecture involves defining three classes of modules.

*
Model: The domain-specific representation of the information on which the application operates. The model is another name for the domain layer. Domain logic adds meaning to raw data (e.g. calculating if today is the user s birthday, or the totals, taxes and shipping charges for shopping cart items).
*
View: Renders the model into a form suitable for interaction, typically a user interface element. MVC is often seen in web applications, where the view is the HTML page and the code which gathers dynamic data for the page.
*
Controller: Responds to events, typically user actions, and invokes changes on the model and perhaps the view.
*
Many applications use a persistent storage mechanism (such as a database) to store data. MVC does not specifically mention this data access layer, because it is understood to be underneath or encapsulated by the Model.
Reply
#2
view report
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: mvc use model findmembers in view, how to view tv, logigates model, fdm speed controller model kd 2902, model of civilengieering, model questions of msw of mmyvdde, model view controller framework,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  DATA SECURITY An Information-Theoretic Model for Steganography full report seminar class 1 1,721 03-02-2012, 10:33 AM
Last Post: seminar addict
  3D Model Searching summer project pal 2 2,228 28-01-2012, 10:00 AM
Last Post: seminar addict
  Relational Model & Algebra smart paper boy 0 971 27-07-2011, 10:02 AM
Last Post: smart paper boy
  BLING: A New Sketch Based 3D Model Search Engine. seminar class 0 1,546 11-04-2011, 10:34 AM
Last Post: seminar class
  DEVELOPMENT OF TUNING ALGORTHM OF PID CONTROLLER USING PLC seminar class 0 1,489 07-03-2011, 04:41 PM
Last Post: seminar class
  Literature Review on “ A Secure Key Management Model For Wireless Mesh Networks seminar class 0 2,031 03-03-2011, 03:01 PM
Last Post: seminar class
  Task Construction for Model-Based Design of Embedded Control Software seminar class 0 910 28-02-2011, 02:52 PM
Last Post: seminar class
  Microsoft introduces new transforming Xbox 360 controller superluser 0 956 17-02-2011, 09:39 AM
Last Post: superluser
  A Stronger Model of Dynamic Programming Algorithms seminar class 0 1,004 14-02-2011, 11:48 AM
Last Post: seminar class
  TRUST-BASED MODEL FOR PRIVACY CONTROL IN CONTEXT-AWARE SYSTEMS seminar class 0 1,386 14-02-2011, 09:52 AM
Last Post: seminar class

Forum Jump: