How Does Web Module Work in Spring Framework ?

Spring provides support for developing web application by using Web module. This module is built on application context module that provides context for web-based applications.

This module also supports web-oriented integration features liketransparently handling multipart requests for uploading files, programmatically binding request parameters to business objects etc.

This module also supports integration with popular web frameworks like Jakarta Struts, JSF, and Tapestry etc.



You May Interest

What is the Difference Between a Class and an Object in Java ?

What are the Java Collection Classes That Implement List Interfac ...

How Will You Make an Object Immutable in Java ?

When is UnsupportedOperationException Thrown in Java ?

What is the Difference Between sendRedirect and forward in a JSP ...