Tutorial: Use Struts to create a Web application
In this tutorial, you will learn how to create a simple Struts application that contains two Web pages, an action mapping, and a form bean. You will use the Web diagram editor to help you visualize the logic flow of the application. After creating your application, you will learn how to set up a runtime test environment and test the application.
Learning objectives
You will learn how to do these tasks:
- Create a Struts project
- Edit your Web diagram
- Create and edit a form bean
- Create input and output JSP files
- Create an action and an action mapping
- Add ActionError tags to the input JSP page
- Test your Struts application
Time required
60 minutes