Você está na página 1de 1

Oracle Application Framework (ADF) MVC Design Pattern http://blog.wenxuecity.com/blogarticle.php?

date=201105&postID=1941

Oracle Application Framework (ADF) MVC Design Pattern


: mtl

The Model-View-Controller(MVC) Design Pa ern

Technology Choices for ADF BC Applica ons

Business Services: ADF Business Components (ADF BC) provides the business services that are
responsible for represen ng database tables and persis ng user input values to the database.

Model: ADF data binding is accomplished in compliance with JSR-227, a standard data binding and
data access facility for Java EE that provides a standard for interac ons between UI components and
methods available on the business services. With this standard data binding, any Java UI rendering
technology can declara vely bind to any business service.

Controller: The ADF controller enables to dene task ows, encompassing more than just page ow.

View: Java ServerFaces and ADF Faces, denes the UI components to be rendered dierently on
dierent devices.

Metadata Services: ADF BC applica ons can also use Metadata Serice (MDS) for customiza on and
personaliza on.

1 of 1 19/08/2013 16:28

Você também pode gostar