Previous Next vertical dots separating previous/next from contents/index/pdf

2. Workshop-JSF-tutorial application

This tutorial shows you how to create a simple JSF application using the Workshop for JSF plug-in for Eclipse.

2.1. Application Description

The sample application used in this tutorial is a web application for an IT solutions company. It allows registered users to download various softwares. In this tutorial, you will develop one of the modules "Registration and Login" of the web application.

For new users, the application requests the user to register first. During registration, the user is required to provide userId, password, full name and contact details like address, city, zipcode, phone number, etc. The userId must be unique and maximum of 8 characters. The password must be a four digit number ranging between 1000 and 9999.

Registered users provide their userId and password to login. The application verifies userId and password. If it is valid, the user will be forwarded to the page for downloading the software.

2.2. Web Components

The following are the software components of the sample web application.

You will create workshop-JSF-tutorial project from the sample web application which contains support files (.java and .jsp files) and resources (images, .css file) for JSF application. Using the resources and steps described in this tutorial, you will learn how to develop JSF applications using Workshop.

Click one of the following arrows to navigate through the tutorial:

 

Skip navigation bar   Back to Top