Entries Tagged as 'tutorial'

Wednesday, August 1st, 2007

ADF Faces for Dummies - 2.3: Create Your Hello World App (Continued)

Last session, we have added a simple login form to our JSF page. In this session, we will add some business logic to the form to make it work like a real login page.
Let’s bring out our JDev and open the login.jspx JSF page we created in last session. On the page, there is a […]

Tuesday, July 24th, 2007

ADF Faces for Dummies - 2.2: Create Your Hello World App (Continued)

In the end of the last session, we have created a blank JSF page (.jspx) . In this session, we will add a simple login form to the page and try to test it in the web browser.
JSF programming is about drag&drop. So the first step we need to d is to open the “Component […]

Tuesday, July 17th, 2007

ADF Faces for Dummies - 2.1: Create Your Hello World App

Alright, Let the game begin.
In this lesson, you will see how to create a JSF Hello World Login page using JDeveloper and ADF Faces.
Open you JDeveloper and Create a new Application as below.

In the “Create Application Dialog”, set the application’s properties as the following

The created new “HelloWorld” application will look like this. It has […]