Class1 30 Aug

You might also like

You are on page 1of 2

ADF Architecture:

M V C

Model View Controller

ADF Page Output(ADF Faces) ADF Task flows(GUI Based Naviga)

(Login page ->homepage)


Business Binding (input text,choice list, list of values)
Layer Layers

ADF Web BPEL Server


BC services

Adf bc Componenets --

1)Entity Object  db table/views/synonyms/snapshots

2)Updateble View Objects ->UVO – (DML Operations)-- Queries

3)ReadOnlyViewObjects ->RVO ->(only display the DATA)

4)Application Module ->(Commit,roll back, save point, DB connection open , DB Connection close, pl/sql
Proc,function,packages)

Binding layer: Interface between DB objects(ADF BC Componenets) with ADF Page

ADF Busines componenets DB Related Objects


Entity object(EO) and updatable view objects(UVO) Perform DML Operations(insert/update/delete)
Read only View Objects(RVO) Only db data can display on the page(view
purpose)
Application module(AM) Commit,roll back, save point, DB connection open ,
DB Connection close, pl/sql Proc,function,packages
Entity Association and View Links Perform the DML Operations on master and
details page . view links is used to display master
and child data
DB RVO
DB EO UVO

You might also like