Skip Headers
Oracle® Application Development Framework Developer's Guide
10g Release 3 (10.1.3)
B25386-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

5.1 Introduction to Displaying Data on a Page Using ADF

The ADF data controls, which are described in Section 3.10, "Exposing Services with ADF Data Controls", provide an abstraction of an application's business services, giving the ADF binding layer access to the service data. Data controls define the data model returned by the business service.

When designing user interfaces, you can bind page components to data through the ADF data controls, without having to write any additional code. The advantages of binding to ADF data controls, instead of binding to the JavaServer Faces standard managed beans, include:

The JDeveloper Data Control Palette exposes an application's data controls in the IDE and enables you to use drag and drop to create UI components that use declarative data binding.

Read this chapter to understand: