0% found this document useful (0 votes)
34 views1 page

Oracle ADF Architecture

Oracle ADF is a Java framework that provides visual and declarative tools for building enterprise applications. It follows an MVC architecture with separate model, view, and controller layers as well as a business service layer. ADF offers advantages like flexibility in choosing technologies for each layer, powerful ORM and transaction management services, rich AJAX-enabled UI components, and assured performance.

Uploaded by

Surendra Babu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Oracle ADF Architecture

Oracle ADF is a Java framework that provides visual and declarative tools for building enterprise applications. It follows an MVC architecture with separate model, view, and controller layers as well as a business service layer. ADF offers advantages like flexibility in choosing technologies for each layer, powerful ORM and transaction management services, rich AJAX-enabled UI components, and assured performance.

Uploaded by

Surendra Babu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Oracle ADF:

Oracle ADF Architecture


Oracle ADF provides commercial java framework for building enterprise applications . It
provides visual and declarative approaches to Java EE Development , It is strongly based on
ready to use design strategy and visual rich tools.in simple words we can say, drag and drop the
components on to the page and the rest will be taken care by ADF .
Oracle ADF Architecture that follows MVC architecture.
Model Layer - Represents data values
View Layer - This layer contains the UI pages
Controller Layer - It process and determines the navigation, user input processing etc.
Business Service Layer - encapsulation of business logic

Advantages of ADF :
1 . Oracle ADF has the flexibility that encourages and supports various technology to use when
implementing each of the above said layers.
2. Oracle ADF is flexible.
3. EJB,Toplink,Web-services and many more can be used as ADF model layer.
4. JSP,ADF Faces, Swings and many more can all be used as ADF view Layer.
5. It provides extra-ordinary services like transaction management, ORM ( Object relational
mapping ), resource pooling within ADF.
6. Great power of SQL within java objects that connects to any DB.
7. ADF offers AJAX enabled rich UI Components to build web applications
8. we can choose our own style of development when working with ADF either the declarative
approach or by editing source code.
9. Performance is assured.
10 . The look and feel is very rich that primarily distinguish it from legacy applications that used
various web technologies .

You might also like