What is front controller in spring?
Answer / Mohit Jain
The Front Controller in Spring is a design pattern that handles all incoming requests and manages the control flow between other objects such as View, Model, and Controller. In the context of Spring Framework, DispatcherServlet serves as the front controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between spring and spring mvc?
Name the types of transaction management that are supported by spring?
What are some of the important spring annotations you have used?
How to get servletcontext and servletconfig object in a spring bean?
What is classpathxmlapplicationcontext?
Explain what is spring mvc?
What are dom elements?
Which is better setter or constructor injection?
What are the different types of bean injections in spring?
What is cross cutting concern and concern in spring aop?
What is portlet in spring?
What is @configuration in spring?