摘要: The following notes are based on the article "Mastering Spring MVC", which is, though, a little bit old, but very helpful for beginners, like me.The MVC Framework landscapeBesides Spring MVC, there are also some other frameworks, like Structs, Wicket, JavaSerer Faces(JSF), Seam, etc.A brei 阅读全文
posted @ 2012-10-11 20:12 FangwenYu 阅读(337) 评论(0) 推荐(0) 编辑
摘要: Excerpted from <<Pro Spring 3.0>> Chapter 17Introducing MVCFigure 17-1 illustrates a commonly used web application pattern, which can be treated as an enhancement to the traditional MVC pattern. A normal view request is handled as follows: 1. Request: A request is submitted to the server 阅读全文
posted @ 2012-10-11 20:11 FangwenYu 阅读(2640) 评论(0) 推荐(0) 编辑