You are on page 1of 3

Introduction to JavaServer Faces using JDeveloper

Purpose

This tutorial takes you through the basics of building a client application using JavaServer Faces (JSF).

Time to Complete:

Approximately 20 minutes

Topics

The tutorial covers the following topics:

Overview
Prerequisites
Building a JavaServer Faces project
Building a JavaServer Faces page
Designing the application page flow and the Login
page
Building the Hello page
Running the application
Defining conditional navigation
Summary

Viewing Screenshots

Place the cursor over this icon to load and view all the screenshots for this tutorial. (Caution: This action loads all

simultaneously, so response time may be slow depending on your Internet connection.)

Note: Alternatively, you can place the cursor over an individual icon in the following steps to load and view only the screenshot

can hide an individual screenshot by clicking it.

Overview

JavaServer Faces (JSF) is a standard Java framework for building Web applications. It simplifies development by providing a co

developing Java Web user interfaces. JSF also ensures that applications are well-designed with greater maintainability by integ

Model-View-Controller (MVC) design pattern into its architecture. The true power of JavaServer Faces lies in its user-interface c

applications are built from collections of components that can render themselves in diverse ways for multiple client types.

In this tutorial you create three JSF pages. The first is a Welcome page that serves as the starting point for the application. The

with two fields; one for the user name and one for the password. The page uses a Java bean to make these two values availabl

application. The third page returns a Hello message and displays the user name that is stored in the backing bean. You also de
E-mail this page
Printer View
About Oracle | | Careers | Contact Us | Site Maps |
Legal Notices | Terms of Use | Privacy

You might also like