InterviewSolution
Saved Bookmarks
| 1. |
What Is The Pattern Used In Developing An Oaf Component? |
|
Answer» MVC (Model, View, Controller) Lists the components in the MVC ARCHITECTURE Model: Application Module, View OBJECTS, View Links, ENTITY Objects, Entity Associations etc. View: Page, Region, Attribute SETS etc. Controller: Controller class files MVC (Model, View, Controller) Lists the components in the MVC architecture Model: Application Module, View Objects, View Links, Entity Objects, Entity Associations etc. View: Page, Region, Attribute sets etc. Controller: Controller class files |
|