0

What are the advantages of oracle forms over adf, and also disadvantages. Does some companies replaces oracle forms with adf and why?

Regards

2 Answers 2

3

First off, Oracle has ceased the Forms as a project some time ago, now it also stopped supporting it. Forms used to be a framework for desktop applications with easy connection to Oracle database, pretty much like VBS on top of Access. ADF is a complete framework covering all middleware aspects of an MVC architecture. Comparing ADF to Forms is something like comparing Ferrari to Yugo.

Sign up to request clarification or add additional context in comments.

2 Comments

Nice answer, but will web replace desktop ? In desktop app it is very fast to insert new records, just using the keyboard. But in browser i doubt that some employee can have bigger speed of entering data than desktop.
Oh no, ofc not, both desktop and web apps stay! You see, ADF is just a more organized replacement for the Forms. It's built on top of MVC architecture in order to split up different aspects of an implementation. One builds the model - just once - it's the mirror of your database, then you can have a Swing or a Web application with this same model. In this document docs.google.com/viewer?url=http://www.oracle.com/technology/… check the image on page 7, the blue parts are ADF.
1

advantages of oracle forms over adf is oracle forms are much fast as compare to adf form and easy connection to Oracle database not need to lot java code to get stored procedure/dyanmic query just connect and start writing pl/sql.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.