- ADF maintained active data model of row set
- Data model defines business objects specific to your application
- Row set contains the data
- UI and data model are synchronized
- UI updates the rowset of Application Module's data model
- No CRUD operation directly. CRUD operations are done through view objects
- ADF decoratively binding UI components with data model
- Data appears in UI without re-querying the database. Changes in the database reflects in the UI.
- Active data model supports custom code through custom methods in Application Module
- Data model defines business objects specific to your application
- Row set contains the data
- UI and data model are synchronized
- UI updates the rowset of Application Module's data model
- No CRUD operation directly. CRUD operations are done through view objects
- ADF decoratively binding UI components with data model
- Data appears in UI without re-querying the database. Changes in the database reflects in the UI.
- Active data model supports custom code through custom methods in Application Module
No comments:
Post a Comment