CSC/ECE 517 Fall 2007/wiki2 3 bp: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


== quick overview of mvc ==
== quick overview of mvc ==


== introductory sites
== introductory sites
http://java.sun.com/blueprints/patterns/MVC.html
http://java.sun.com/blueprints/patterns/MVC-detailed.html
http://www.dracoware.com/blog/2006/06/21/an-introduction-to-model-view-controller/
http://www.mercurytide.co.uk/whitepapers/separating-structure-presentation-and-behaviour/
http://struts.javabeat.net/tutorials/
http://en.wikipedia.org/wiki/Model-view-controller
http://hubpages.com/hub/MVC


== example sites ==
== example sites ==


== mvc in ruby ==
http://www.informit.com/guides/content.aspx?g=java&seqNum=117
 
http://www.codersource.net/aspnet_model_view_controller_sample.html
 
https://users.cs.jmu.edu/bernstdh/web/common/lectures/slides_model-view-controller_pattern.php
 
== mvc in ruby - rails ==
 
== mvc in java - struts ==
 
http://www.theserverside.com/tt/articles/content/StrutsFastTrack/StrutsFastTrack.pdf
 
http://struts.apache.org/1.x/userGuide/introduction.html


== mvc in java ==
== additional references ==


Model/view/controller. There are literally hundreds of pages describing MVC on the Web. If someone wants to learn about it, what should (s)he do? Look at the first few hits in Google? I expect we can do better than that. Write a review of the MVC sites on the Web. Which are best for learning about the concept? Which have the most instructive examples? Which are best for explaining how to use the pattern in Ruby and Java? If you choose this topic, you should be sure to peruse at least several dozen sites.
Model/view/controller. There are literally hundreds of pages describing MVC on the Web. If someone wants to learn about it, what should (s)he do? Look at the first few hits in Google? I expect we can do better than that. Write a review of the MVC sites on the Web. Which are best for learning about the concept? Which have the most instructive examples? Which are best for explaining how to use the pattern in Ruby and Java? If you choose this topic, you should be sure to peruse at least several dozen sites.

Revision as of 03:10, 20 October 2007

MVC Review of Resources

Written by Ben Parees

quick overview of mvc

== introductory sites

http://java.sun.com/blueprints/patterns/MVC.html

http://java.sun.com/blueprints/patterns/MVC-detailed.html

http://www.dracoware.com/blog/2006/06/21/an-introduction-to-model-view-controller/

http://www.mercurytide.co.uk/whitepapers/separating-structure-presentation-and-behaviour/

http://struts.javabeat.net/tutorials/

http://en.wikipedia.org/wiki/Model-view-controller

http://hubpages.com/hub/MVC

example sites

http://www.informit.com/guides/content.aspx?g=java&seqNum=117

http://www.codersource.net/aspnet_model_view_controller_sample.html

https://users.cs.jmu.edu/bernstdh/web/common/lectures/slides_model-view-controller_pattern.php

mvc in ruby - rails

mvc in java - struts

http://www.theserverside.com/tt/articles/content/StrutsFastTrack/StrutsFastTrack.pdf

http://struts.apache.org/1.x/userGuide/introduction.html

additional references

Model/view/controller. There are literally hundreds of pages describing MVC on the Web. If someone wants to learn about it, what should (s)he do? Look at the first few hits in Google? I expect we can do better than that. Write a review of the MVC sites on the Web. Which are best for learning about the concept? Which have the most instructive examples? Which are best for explaining how to use the pattern in Ruby and Java? If you choose this topic, you should be sure to peruse at least several dozen sites.