CHAPTER 11Introduction to ADF Model

Whereas the business service layer implements the nuts and bolts of your application processing, the View layer provides the UI components for displaying and interacting with the data. However, there is one essential piece of the Oracle ADF jigsaw that is easy to overlook: ADF Model.

For any application based on the Model-View-Controller (MVC) architectural principle, where the business service is separated from the implementation of the UI, the two tiers need to be bound together. ADF Model provides this binding and is responsible for ensuring that a specific piece of data from the business service, such as an order item, is bound to an appropriate UI component, such as a table. Furthermore, if the user wants ...

Get Quick Start Guide to Oracle Fusion Development 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.