What are the Main Uses of Spring MVC Module ?

Spring-webmvc module is also known as Web-servlet module. It is based on Web Model View Controller pattern.

Main uses of this module are...

  • Integration of Spring with other MVC frameworks
  • Supports IoC to provide clean separation of controller logic from business objects
  • Provides clean separation between domain model code and web forms
  • Allows developers to declaratively bind request parameters to business objects


You May Interest

How Can We Reference an Unreferenced Object Again in Java ?

What is the Difference Between an ArrayList and a LinkedList Data ...

What are the Main Benefits of Collections Framework in Java ?

What are the Differences Between Comparable and Comparator in Jav ...

How Does Web Module Work in Spring Framework ?