Book Image

Oracle ADF 11gR2 Development Beginner's Guide

By : Vinod Thatheri Krishnan
Book Image

Oracle ADF 11gR2 Development Beginner's Guide

By: Vinod Thatheri Krishnan

Overview of this book

Oracle ADF is an end-to-end framework which makes application development simple by providing infrastructure services as well as visual and declarative development right away. "Oracle ADF 11gR2 Development Beginner's Guide" guides any user with programming skills to be able to quickly learn the options and ways to develop rich Internet applications using ADF 11gR2. Containing all the skills that a new user has to use to build an application in ADF 11gR2, this book is designed in such a way so that it enhances the practical feel of developing applications in ADF 11gR2. Starting with the installation and configuration of Oracle ADF 11g RD we will then work through topics such as working with the Model Layer and Model Data followed by displaying and binding the data. Later we will look at Navigations and Flows within applications as well as their layout, look, and feel. "Oracle ADF 11g R2 Development Beginner's Guide" will conclude with us looking at the security and deployment of the applications which have been created.
Table of Contents (19 chapters)
Oracle ADF 11gR2 Development Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Pop Quiz Answers
Index

Time for action – creating page definition bindings


The following steps are used to create page definition bindings:

  1. In the Bindings section, click on the + icon.

  2. The Insert Item wizard opens and will list all the bindings options for the page definition file as shown in the following screenshot:

  3. Click on the action item; this will open a Binding for Action palette.

  4. Select the EmpDirectoryModuleDataControl option; this will populate the Operation section with the Commit operation.

  5. Click on the OK button and binding creation is complete.

What just happened?

Using the action performed in the previous section, we learned how to create the bindings in the page definition file. The Commit action binding will be displayed in the binding container of the page definition file. In the Create Action Binding dialog, the operation is populated automatically because Commit and Rollback are the options available by default in EmpDirectoryModuleDataControl.

Adding executables

Just like creating the bindings...