Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Model–view–controller
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Use in web applications== Although originally developed for [[Desktop computer|desktop computing]], MVC has been widely adopted as a design for [[World Wide Web]] applications in major [[programming language]]s. Several [[web framework]]s have been created that enforce the pattern. These [[software framework]]s vary in their interpretations, mainly in the way that the MVC responsibilities are divided between the [[client–server model|client and server]].<ref name="leff">{{cite conference|first1=Avraham|last1=Leff|first2=James T.|last2=Rayfield|title=Web-Application Development Using the Model/View/Controller Design Pattern|date=September 2001|conference=IEEE Enterprise Distributed Object Computing Conference|pages=118–127}}</ref> Early MVC frameworks took a [[thin client]] approach that placed almost the entire model, view and controller logic on the server. In this approach, the client sends [[hyperlink]] requests or [[form (web)|form]] submissions to the controller and then receives a complete and updated [[web page]] (or other document) from the view; the model exists entirely on the server.<ref name="leff"/> Later frameworks have allowed the MVC components to execute partly on the client, using [[Ajax (programming)|Ajax]] to synchronize data.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)