Posts Tagged ‘JDeveloper’

First steps with JDeveloper

Domingo, Febrero 1st, 2009

In this tutorial we are going to learn most basic with respect to the IDE JDeveloper, will consist of like creating our first project and to begin to work with a page in JSF and ADF.

We will begin creating a new project:

We pressed the right button in the window where the different applications available are listed:

create

We must assign a name to him to the application that we are creating, in addition we must select the directory where we want that our project keeps. As Application Template we selected Web Application JSF, ADF BC, this field talk about the technology that we are going to use.

In order to create front page of our application we pressed the second button of the mouse on the WebContent folder lodged in the ViewController directory of our project, and next we such followed steps that are in the following images:

type

type2

In the following window of the form, we have the option of which the own IDE creates to us backing_bean and it forms he himself in the faces-config.xml. We will select the option that interests to us more in each case:

autobinding

Now we have left to select that TLD (taglibs) we want that they appear mattered in our page, for pages in ADF normally will only be necessary to concern taglibs of ADF and JSF, unless we want to use additional technologies:

tld

We have already completed wizard for the creation of ours front page. Following the examples that appear in other tutorials you will be able to learn to like using the components that now appear to you in the trowel of components.