- Introduction to the Apache Struts
This lesson is an introduction to the Struts and its architecture.
- MVC Architecture
This lesson is an introduction of the MVC architecture.
- Struts Architecture
In this lesson you will learn the Struts Architecture.
- How Struts Works?
This lesson is an introduction to the purpose of the Java Servlets and JSP in struts.
- Introduction to the Struts Controller
This lesson is an introduction to Controller part of the Struts Framework.
- Introduction to the Struts Action Class
This lesson is an introduction to Action Class of the Struts Framework.
- Using Struts ActionFrom Class
This lesson shows how to create user interface form using struts ActionFrom class and jsp page.
- Using Struts HTML Tags
This lesson shows you the different types of Struts HTML Tags available for the development of views in JSP.
- Introduction to Struts Validator Framework
This lesson shows you the functionality to validate the form data. It can be use to validate the data on the users browser as well as on the server side.
- Client Side Address Validation in Struts
In this lesson we will create JSP page for entering the address and use the functionality provided by Validator Framework to validate the user data on the browser.
- Custom Validators Example
In this tutorial you will learn how to develop Custom Validators in your Struts applications.
- Developing Application with Struts Tiles
In this lesson we will create Struts Tiles Applications.
- Using tiles-defs.xml in Tiles Application
In this lesson you will learn how to define and use the "plugin" definitation in tiles-defs.xml file.
Advance Struts
- Struts DynaActionForm
In this lesson we will create Struts DynaActionForm.
- Struts File Upload
In this lesson we will create Struts File Upload program.
- Struts file upload and save on server
In this tutorial you will learn how to use Struts program to upload on the Server and display a link to the user to download the uploaded file.