InterviewSolution
| 1. |
Explain The Web Module |
|
Answer» The 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. The 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. |
|