Spring’s MVC module is based on front controller design pattern followed by MVC design pattern . All the incoming requests are handled by the single servlet named DispatcherServlet which acts as the front controller in Spring’s MVC module.
Spring’s MVC module is based on front controller design pattern followed by MVC design pattern . All the incoming requests are handled by the single servlet named DispatcherServlet which acts as the front controller in Spring’s MVC module.