Interview Question in Spring


 

Interview Question :: What is web module?

 What is web module?

 
by ksk
VoteNowAnswers to "What is web module?"

Spring web module is built on the application context module, providing a context that is appropriate for web-based applications. This module also contains support for several web-oriented tasks such as transparently handling multipart requests for file uploads and programmatic binding of request parameters to your business objects. It also contains integration support with Jakarta Struts.

by ksk