In this section, you will find wide variety of examples based on struts2.
Struts 2 Tutorial
Apache struts is the effective, efficient and extensible framework for developing Java web application. It supports the full development life cycle from developing, deploying to maintenance. It is MVC based framework.
The WebWork and Struts communities jointly work together to develop Struts2.
You can download the latest version of Struts from here.
This tutorial section contains many example. With the help of these example, you can easily understand how it can work, and how can you make it work according to your application.
In the below examples, we incorporate the following things :
- JDK1.6
- Tomcat 6.x
- Eclipse Galileo 3.5.0
- Struts 2.0.14
Given below the wide variety of examples on Struts 2 :
- Struts 2 Introduction
- Model View Controller (MVC)
Architecture
- MVC-1 VS MVC-2
-
Struts 2 Simple Login Example
- Struts 2 Validation Framework
- Struts 2 with Hibernate
- Struts2 Pagination Using Display Tags
-
Struts 2 Interceptor
- Struts 2 File Image using Interceptor
-
Struts 2 Spring Integration
[ 0 ] Comments