What are the minimum settings to create a spring mvc application?



What are the minimum settings to create a spring mvc application?..

Answer / Abhishek Raghav

The minimum settings to create a Spring MVC application include defining a web.xml file (for deployment in a web container), creating a Spring configuration file (usually an XML or Java-based configuration file), and writing Controller classes that handle HTTP requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What do you understand by @qualifier annotation?

1 Answers  


What is the difference between @bean and @component?

1 Answers  


What is the default autowiring mode?

1 Answers  


What is a 3 tier architecture?

1 Answers  


What do you mean by aop?

1 Answers  


How to handle exceptions in spring mvc environment?

1 Answers  


What are the types of dependency injection spring supports?

1 Answers  


Explain the difference between @autowired and @inject?

1 Answers  


What are 3 types of annotations?

1 Answers  


What is jdk dynamic proxy?

1 Answers  


Is spring a link?

1 Answers  


What are the benefits of using spring?

1 Answers  


Categories