Model–view–controller (English Wikipedia)

Analysis of information sources in references of the Wikipedia article "Model–view–controller" in English language version.

refsWebsite
Global rank English rank
3rd place
3rd place
low place
low place
low place
low place
67th place
64th place
1st place
1st place
9th place
13th place
low place
9,195th place
low place
low place
5,959th place
6,263rd place
2,613th place
2,294th place
910th place
593rd place
1,185th place
840th place
8,817th place
6,374th place
low place
low place
low place
low place

acm.org

dl.acm.org

apple.com

developer.apple.com

  • WebObjects System Overview (PDF). Cupertino, CA: Apple Computer, Inc. May 2001. p. 28. In WebObjects, a model establishes and maintains a correspondence between an enterprise object class and data stored in a relational database.
  • WebObjects System Overview (PDF). Cupertino, CA: Apple Computer, Inc. May 2001. p. 28. View objects represent things visible on the user interface (windows, for example, or buttons).
  • WebObjects System Overview (PDF). Cupertino, CA: Apple Computer, Inc. May 2001. p. 28. View objects tend to be very reusable and so provide consistency between applications.
  • WebObjects System Overview (PDF). Cupertino, CA: Apple Computer, Inc. May 2001. p. 28. Acting as a mediator between Model objects and View objects in an application is a Controller object.
  • WebObjects System Overview (PDF). Cupertino, CA: Apple Computer, Inc. May 2001. p. 28.

archive-it.org

wayback.archive-it.org

  • "A note on DynaBook requirements", Trygve Reenskaug, 22 March 1979, SysReq.pdf.

artima.com

books.google.com

  • LaLonde, Wilf R.; Pugh, John R. (1991). Inside Smalltalk. U.S.A.: Prentice-Hall Inc. p. 8. ISBN 0-13-467309-3. The model can be any object without restriction.
  • LaLonde, Wilf R.; Pugh, John R. (1991). Inside Smalltalk. U.S.A.: Prentice-Hall Inc. p. 8. ISBN 0-13-467309-3. The view is responsible for providing a visual representation of the object.
  • LaLonde, Wilf R.; Pugh, John R. (1991). Inside Smalltalk. U.S.A.: Prentice-Hall Inc. p. 8. ISBN 0-13-467309-3. [MVC] permits views to be used as parts for assembly into larger units; new kinds of views can be constructed using existing views as subviews.
  • LaLonde, Wilf R.; Pugh, John R. (1991). Inside Smalltalk. U.S.A.: Prentice-Hall Inc. p. 9. ISBN 0-13-467309-3. ...the view knows explicitly about the model and the controller.
  • LaLonde, Wilf R.; Pugh, John R. (1991). Inside Smalltalk. U.S.A.: Prentice-Hall Inc. p. 8. ISBN 0-13-467309-3. The controller is responsible for interfacing between the user and the model/view. It interprets keyboard characters along with mouse movements and clicking.
  • LaLonde, Wilf R.; Pugh, John R. (1991). Inside Smalltalk. U.S.A.: Prentice-Hall Inc. p. 11. ISBN 0-13-467309-3.
  • LaLonde, Wilf R.; Pugh, John R. (1991). Inside Smalltalk. Vol. 2. U.S.A.: Prentice-Hall Inc. pp. 8–9. ISBN 0-13-467309-3.

c2.com

codeproject.com

djangoproject.com

docs.djangoproject.com

iandavis.com

blog.iandavis.com

martinfowler.com

rubyonrails.org

guides.rubyonrails.org

  • "Ruby on Rails Guides". Retrieved March 19, 2022.
  • "Active Record Basics". Rails Guides. Retrieved October 27, 2022. This will create a Product model, mapped to a products table at the database.
  • "Action View Overview". Rails Guides. Retrieved October 27, 2022. Action View templates are written using embedded Ruby in tags mingled with HTML.
  • "Action View Overview". Rails Guides. Retrieved October 27, 2022. Typically, the views share their name with the associated controller action...
  • "Action View Overview". Rails Guides. Retrieved October 27, 2022. In Rails, web requests are handled by action controller and action view. Typically, action controller is concerned with communicating with the database and performing CRUD actions where necessary. Action View is then responsible for compiling the response.
  • "Action View Overview". Rails Guides. Retrieved October 27, 2022. Typically, the views share their name with the associated controller action...

squeakfoundation.org

lists.squeakfoundation.org

uio.no

heim.ifi.uio.no

web.archive.org

youtube.com

  • "The Principles of Clean Architecture by Uncle Bob Martin". YouTube.