Apache Struts is a free, open-source, MVC framework for creating elegant, modern Java web applications. It favors convention over configuration, is extensible using a plugin architecture, and ships with plugins to support REST, AJAX and JSON. .
Table of Contents
- Struts2 - Introduction
- Struts2 - Architecture and Life Cycle
- Struts2 - Workiing Environment Setup
- Struts2 - Configuration
- Struts2 - Actions
- Struts2 - Interceptors
- Struts2 - Validation
- Struts2 - Localization, internationalization (i18n)
- Struts2 - Exception Handling
- Struts2 - Results & Result Types
- Struts2 - Value Stack/OGNL
- Struts2 - Type Conversion
- Struts2 - File Uploads
- Struts2 - Annotations
- Struts2 - Tiles Integration
- Struts2 - Tags
- Struts2 - Spring Integration
- Struts2 - Hibernate Integration
- Struts2 - Spring + Hibernate Integration
- Struts2 - Exception Handling