Developer Tools
JDeveloper
After completing the Create Business Components from Tables wizard, the Model project in the Application Navigator should look similar to this:
If you expand the Data Controls panel, then expand AppModuleDataControl, you should see the OrderItemsView and OrdersView collections. The Data Controls panel is a data binding tool that lets you add databound UI controls to user interfaces by dragging and dropping. In a later cue card, you will use the Data Controls panel to design the master portion of a master-detail form.
In the
Model project, the navigator displays the business components that you created in this series of steps: entity objects, view objects, associations, view links, and application modules. To display the business components sorted by type, select
Sort By Type in the
Navigator Display Options menu.
Your wizard selections produced these business domain components that represent features of the data source:
It produced these data model components that collect data and present it to the client model:
The Model.jpx file is the Business Components Project object, which is used for properties shared by all the business components contained in the project.
Copyright © 1997, 2009, Oracle. All rights reserved.