About this document
Struts Framework Overview and Concepts by Satish Babu is a document available to read on EtoBox.
The Struts framework is an open-source MVC framework for developing Java web applications. It uses the Java Servlet API and follows the MVC architecture. The core components are the model, view, and controller. The controller is the ActionServlet which handles requests and forwards them to action classes. The action classes interact with the model and return results to views like JSPs. Form submission in Struts uses action forms to hold request parameters and action mappings to define form processing.
- Author
- Satish Babu
- Language
- EN