How would you link the spring mvc framework and mvc architecture?
Answer / Vishal Verma
In Spring MVC, the DispatcherServlet is the front controller that receives all HTTP requests. The front controller then dispatches these requests to the appropriate handler (Controller). The ModelAndView object is used to return data to the View layer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell us about spring security.
What is spring mvc flow?
What are the features of spring?
Name the types of transaction management that are supported by spring?
Is @override annotation mandatory?
What do you understand by auto wiring and name the different modes of it?
What is namedparameterjdbctemplate in spring?
What is @componentscan in spring?
When you should not use dependency injection?
What is @enableautoconfiguration in spring?
What is ioc principle?
What does @bean annotation mean?