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