Spring/MVC(eng)1 What is Dispatcher-Servlet, Why & How to use What is Dispatcher-Servlet: Dispatcher-Servlet is important in Spring MVC. Dispatcher-Servlet first gets client's requests and sends them to corresponding controller. Dispatcher-Servlet is called Front Controller. Why use Dispatcher-Servlet : To process common codes in each controller. To get all client requests using only a single dispatcher-servlet Don't have to use servlet in other controller.. 2022. 12. 8. 이전 1 다음