CHAPTER 2Oracle Application Development Framework (ADF)

ADF binding page definition (PageDef) files are binding containers at runtime.

The ADF model architecture defines the physical connection that a UI component has to its underlying business service. For example, if a page of an application should provide input text fields that are used to insert a new value in a row of the database, as shown in Figure 2-1, and there is a clean separation of business and view logic, the following artifacts should be created:

1. A data model, which is also referred to as the business service, should be built on top of the database to handle the mapping from database columns and rows to Java objects and attributes, as well as the transactional control for create, ...

Get Oracle Fusion Developer Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.