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

Which Class Contains Clone Method in Java ?

What are the Popular Implementations of Deque in Java ?

What is the Difference Between Abstract Class and Interface in Ja ...

How Strategy Design Pattern is Different From State Design Patter ...

How remove Method is Implemented in a HashMap in Java ?