
Spring
okajax
这个作者很懒,什么都没留下…
展开
-
spring MVC
Introduction to Spring MVC Web Framework - Web Tier1) IntroductionThe 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 · 131 阅读 · 0 评论 -
Spring MVC2
4) Handler MappingsWhen 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 · 85 阅读 · 0 评论 -
Spring MVC3
6) ControllerControllers 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 · 136 阅读 · 0 评论 -
Spring MVC4
9) Sample Application9.1) IntroductionThe 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 · 171 阅读 · 0 评论