Spring Framework

 

1. Spring MVC(zz)

   

   1) Request are posted to DispatcherServlet, which will let other module to handle, just to transmit the requests

   2) DispatcherServlet use HandlerMapping to find the specific Controller

   3) DispatcherServlet post the request to the Controller

   4) Controller will return a MondelAndView 

   5) DispatcherServlet querys ViewResolver to find the view which MondelAndView assigned

   

posted on 2012-08-04 17:25  coralshanshan  阅读(123)  评论(0编辑  收藏  举报