ADF Business Components - Part 3
Business Components (continue) Creating Data Model Components: In this chapter you will learn how to expose data to a client application. ADF BC does not allow MVC applications to access entity object definitions and associations directly. Instead, you select exactly what data you want clients to be able to access by exposing it through data model components (view object definitions, view link definitions, application module definitions). The first part of this chapter shows how to create view object definitions and later in the chapter you will learn how to use view link definitions to represent relationships between your view object definitions and using application module definitions to aggregate the data and relationships that an application will need. Remember these facts about view object definitions: A view object definition is the representation of a SQL query. A view object definition includes view attributes for every column in the query result set...