Saturday, January 28, 2017

Difference Between OAF and Oracle Forms

Let us discuss some difference in OAF pages and Oracle Forms.  The below table lists out the differences between OAD and Oracle Forms.

OAFOracle FORMS
OAF Follows MVC architecture and Client ServerArchitectureForms Follows only Client Server Architecture
OAF pages are light weight componentsForms are not light weight
OAF Pages can send through mobile devicesCannot send to mobile devices
OAF Pages can connect in Oracle Apps Local MachineCannot (NOT APPLICABLE)
Look and Feel is goodNot better when comparing to OAF
OAF pages are integrated with the Java TopForms are integrated with Application Top
Commit always takes place in the Application Module’s (AM) Java code. When a commit takes place, the data from OA Framework Cache is transferred to the database.The COMMIT_FORM or DO_KEY(‘COMMIT_FORM’) commands can be invoked from any trigger that allows restricted procedures.
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

No comments:

Post a Comment

How to improve blog performance

Improving the performance of a blog can involve a variety of strategies, including optimizing the website's technical infrastructure, im...