CSC/ECE 517 Fall 2007/wiki2 1 rl: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
==Introduction== | ==Introduction== | ||
Ruby on Rails and Apache Struts are both frameworks based on the Model-View-Controller architecture. | Ruby on Rails and Apache Struts are both frameworks based on the Model-View-Controller architecture. Describe MVC (http://en.wikipedia.org/wiki/Model-view-controller) | ||
===Ruby on Rails=== | ===Ruby on Rails=== |
Revision as of 03:31, 22 October 2007
Assignment
Compare Ruby on Rails with Apache Struts. The Apache Struts framework in the Java world occupies a position similar to Ruby on Rails, except that it is not as universally used. Compare the two. Which are the advantages of each for the developer? For the finished application?
Note to Reviewers: All prose contained in this wiki is original.
Introduction
Ruby on Rails and Apache Struts are both frameworks based on the Model-View-Controller architecture. Describe MVC (http://en.wikipedia.org/wiki/Model-view-controller)
Ruby on Rails
What is Rails? Example?
Apache Struts
What is Struts? Example?
A Comparison
Advantages
Advantages for the Developer
Advantages for the Application
References
- Ruby on Rails and J2EE: Is there room for both?
- Rolling with Ruby on Rails Revisited
- Ruby on Rails
- Model-view-controller