Simple ADF page using BAM Data Control

Posted by [email protected] on Oracle Blogs See other posts from Oracle Blogs or by [email protected]
Published on Fri, 14 May 2010 21:27:36 +0000 Indexed on 2010/05/14 22:26 UTC
Read the original article Hit count: 392

Purpose : In this blog I will walk you through very simple steps to create an ADF page using BAM data control connection.

Details :

Create the project
Open JDeveloper (make sure you have installed the SOA extension for JDev)
Create new Application using "Generic Application" template.
Click on "Next"
Shuttle  "ADF Faces" to right pane for the project technology.
projectwiz.JPG
Click "Finish"

Create a BAM connection
In the resource palette click on "Folder->New Connection -> BAM"
Enter the connection name and click "Next"
Enter Connection details
connectwiz.JPG 
Click on "Test connection" and "Finish"

Create the BAM Data Control

Open the IDE connection created in above step.

connectnav.JPG
Drag and drop "Employees" to "Data controls" palette.
DCWiz.JPG

Select "Flat Query" and Click "Finish".

Create the View

Create a new JSF page.
From Data control Panel drag and drop "Employees->Query->ADF Read Only table"
adftable.JPG

Right click and Run the page.




© Oracle Blogs or respective owner

Related posts about ADF-BAM

Related posts about ADF BAM data control samp