 Struts Environment Support Development Studio Client offers support for Struts and the Web Diagram editor. Struts is a framework for building Web applications based on the Model-View-Controller paradigm, organizing the application into three separate components: - Model: the application model with corresponding data representation and business logic
- View: data presentation, providing views for user input
- Controller: to dispatch requests and control data flow
The Web Diagram editor is the visual development environment for developing Struts-based applications. You can drag and drop JSP files and action servlets onto a free-form surface, which is like a blank screen, make connections between items, and then define those items by double-clicking and editing them through a wizard. |