Entries from July 2007

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 […]

Monday, July 2nd, 2007

ADF Faces for Dummies - 1: Install Oracle ADF Faces and get ready to code?

a) Download
To create J2EE application using Oracle ADF Faces, you need an IDE called Oracle JDeveloper and nothing else.
Oracle JDeveloper(JDev) is an IDE just like the famous JBuilder (actually it was originated from JBuilde’s early version). But the difference is that JDeveloper is free. You can download the JDev’s latest version from Oracle’s OTN […]