Changes between Version 2 and Version 3 of MVC_Framework
- Timestamp:
- 06/19/08 07:39:39 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MVC_Framework
v2 v3 26 26 27 27 === Links === 28 * ''' Documents''': [http://static.raibledesigns.com/repository/presentations/ComparingJVMWebFrameworks-ApacheConUS2007.pdf Java Frameworks Comparison 2005], [http://ozgwei.blogspot.com/2008/06/which-is-hottest-java-web-framework.html Frameworks in Google searches 2008], [http://java.dzone.com/news/what-serverside-java-web-framework-will-be-next-2008?page=0%2C0 Frameworks Comparison Discussion 2008]28 * '''Framework Comparisons''': [http://static.raibledesigns.com/repository/presentations/ComparingJVMWebFrameworks-ApacheConUS2007.pdf Java Frameworks Comparison 2005], [http://ozgwei.blogspot.com/2008/06/which-is-hottest-java-web-framework.html Frameworks in Google searches 2008], [http://java.dzone.com/news/what-serverside-java-web-framework-will-be-next-2008?page=0%2C0 Frameworks Comparison Discussion 2008] 29 29 30 30 * '''Email discussions''': [http://forum.springframework.org/archive/index.php/t-16553.html Spring Mailing List], [http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=58&t=013326 JavaRanch] 31 32 * '''Framework home pages''': [http://struts.apache.org/2.x/ Struts-2], [http://static.springframework.org/spring/docs/2.0.x/reference/mvc.html Spring MVC], [http://www.seamframework.org/ Seam] 31 33 32 34 * '''Other wiki discussions''': … … 44 46 The all-time most popular MVC framework for Java no doubt has been Struts (i.e., Struts-1); it was one of the first open source frameworks that were widely adapted by companies throughout the world and it still has the largest share of developers with experience in it. 45 47 46 As it was one of the first, Struts-1 suffered from various drawbacks that since then have been addressed by a plethora of other frameworks. We'll discuss what seems to be the best-known among these: Struts-2 (formerly known as Webwork), Spring MVC, Seam and JSF.48 As it was one of the first, Struts-1 suffered from various drawbacks that since then have been addressed by a plethora of other frameworks. We'll discuss what seems to be the best-known among these: Struts-2 (formerly known as Webwork), Spring MVC, and Seam. 47 49 48 50 .. to be continued ..