Difference between OAF and Oracle Forms
The major difference between the Oracle Application
Framework and Oracle Forms are:-
OAF
|
FORMS
|
OAF follows MVC and Client Server
Architecture.
|
Forms Follows only Client Server
Architecture.
|
OAF pages are light weight components
|
Compare to OAF pages Forms are not
light weight.
|
OAF Pages can access through mobile
devices.
|
Forms Can’t.
|
Look and Feel is good.
|
Not better when comparing to OAF.
|
OAF pages are integrated with the Java
Top.
|
Forms are
integrated with Application Top
|
A page is divided into regions.
Regions contain fields, buttons, tables, and other components.
|
A form is divided into blocks; blocks
contain the fields, buttons, and other components.
|