
Spring
okajax
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring MVC
Introduction to Spring MVC Web Framework - Web Tier 1) Introduction The Spring MVC provides rich functionality for building robust Web Applications and it is available as a separate module in the ...2008-04-28 16:15:38 · 138 阅读 · 0 评论 -
Spring MVC2
4) Handler Mappings When the Client Request reaches the Dispatcher Servlet, the Dispatcher Servlet tries to find the appropriate Handler Mapping Object to map between the Request and the Handling O...2008-04-28 16:17:19 · 98 阅读 · 0 评论 -
Spring MVC3
6) Controller Controllers are components that are being called by the Dispatcher Servlet for doing any kind of Business Logic. Spring Distribution already comes with a variety of Controller Compone...2008-04-28 16:18:24 · 147 阅读 · 0 评论 -
Spring MVC4
9) Sample Application 9.1) Introduction The final Section of this article details a Simple Contact Application that has provisions for Creating, Deleting and Listing Contact Objects. The aim of th...2008-04-28 16:40:10 · 179 阅读 · 0 评论