[Spring 3] Request Processing lifecycle of Spring 3.0 MVC
Request Processing Lifecycle DispatcherServlet - entry point of Spring 3.0 MVC - 보통 HttpServlet base class를 구현한 servlet 클래스이다. - web.xml에 구성된다. example org.springframework.web.servlet.DispatcherServlet 1 example *.html lifecycle of Spring 3.0 MVC 의 Request 처리 lifecycle: 1. client 가 http request 형태로 web containter에서 요청을 보낸다. 2. 들어온 요청은 Front controller (DispatcherServlet) 가 접수해서 적절한 Handler Mappi..
프로그래밍
2011. 4. 8. 15:16