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: 416
ADF-BAM
|ADF BAM data control samp
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.
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
Create the BAM Data Control
Open the IDE connection created in above step.
Drag and drop "Employees" to "Data controls" palette.
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"
Right click and Run the page.
© Oracle Blogs or respective owner