Introduction: Create Struts application

In this tutorial, you will learn to build a Struts-based Web application using a Web diagram. A Web diagram is a file that helps you visualize the application flow of a Faces-based or Struts-based Web application.

This tutorial shows you how to create a simple Struts application that has two Web pages, an action mapping, and a form bean. The application contains one Web page that takes a year, month, and date as input and manipulates the data to compute the day of the week. If the input is valid, the computed value is displayed on an output Web page; if the input is not valid, an error message is displayed on the input page.

Learning objectives

This tutorial teaches you how to create a simple Struts application, after which you will know how to:
This tutorial should take approximately 60 minutes to finish. If you explore other concepts related to this tutorial, it could take longer to complete.

Skill level

Advanced

Audience

Web application developers, Web UI designers

System requirements

To complete this tutorial you must first have a runtime server configured. This tutorial will work with the following servers:

Prerequisites

To complete this tutorial, you should be familiar with: