Changes between Version 1 and Version 2 of MVC_Framework
- Timestamp:
- 06/19/08 07:34:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MVC_Framework
v1 v2 42 42 GeoNetwork 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. 43 43 44 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. 44 45 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. 47 48 .. to be continued .. 45 49 46 50