Spring Web MVC framework The Spring Web model-view-controller (MVC) is designed around a DispatcherServlet that dispatches requests to handlers, with configurable handler mapping, view resolution, locale and theme resolution as well as support for uploading files. A Controller is typically responsible for preparing a model Map with data and selecting a view name . …