Understanding Spring MVC Architecture | DispatcherServlet

Описание к видео Understanding Spring MVC Architecture | DispatcherServlet

In this video, we will understand Spring MVC Architecture ( HTTP request flow in Spring MVC) with an example.

Spring’s web MVC framework is, like many other web MVC frameworks, request-driven, designed around a central Servlet that dispatches requests to controllers and offers other functionality that facilitates the development of web applications. Spring’s DispatcherServlet however, does more than just that. It is completely integrated with the Spring IoC container and as such allows you to use every other feature that Spring has.

#springmvc #java #javaguides

Комментарии

Информация по комментариям в разработке