adspace
Answer Posted / Mr Narender Kumar
The flow of Spring MVC is as follows: An HTTP request is received by a DispatcherServlet, which then invokes a handler method in a controller class. The controller prepares the model data and forwards it to a view resolution mechanism, which selects an appropriate view (usually a JSP or Thymeleaf template). Finally, the view renders the model data as an HTTP response.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers