Changes between Version 1 and Version 2 of MVC_Framework


Ignore:
Timestamp:
Jun 19, 2008, 7:34:53 AM (16 years ago)
Author:
Heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MVC_Framework

    v1 v2  
    4242GeoNetwork uses Jeeves as an MVC framework. This is considered undesirable, because Jeeves is a very unknown framework anmongst Java/J2EE developers, and it is poorly documented. This page discusses some options to replace Jeeves by some other framework.
    4343
     44The 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.
    4445
     46As 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.
     47
     48.. to be continued ..
    4549 
    4650