Oracle ADF 11g MVC Architecture Purely Separates Business Logic, User Interface (UI) & Page Navigation.
* In Oracle ADF, Controller layer process to the determines page navigation and user inputs.
* In Oracle ADF, Model layer Contains the data values related to current page.
* In Oracle ADF, Business service layer represents encapsulates business logic and data access.
* In Oracle ADF, View layer Handle User Interface (UI) pages used to view or modify the data.
In Addition to JSF oracle also supports using the JSF, Swing, standard JSF view and MS Excel.
The core module in the framework is Oracle ADF Model layer.
The Oracle ADF Model layer enables a unified approach to bind any UI to any business service, Should not need to any written code.
The other ADF modules that make up a Fusion web application technology stack are:
* Oracle ADF Controller, which Contains JSF with Oracle ADF Model. The Oracle ADF Controller enlarge the standard JSF Controller by providing additional functionality, such as recyclable task flows, that passes control not only between JSF pages, But also between other activities, for instance method calls or other task flows.
* Oracle ADF Business Components, which simplifies building business services.
* Oracle ADF Faces rich client, which offers a rich library of AJAX-enabled UI components for web applications built with Java Server Faces (JSF).
Oracle ADF 11g MVC Architecture
Oracle ADF 11g MVC Architecture
No comments:
Post a Comment