Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1.

ADF Basics

Jdevloper 12c
Jdevloper-11g

Weblogic inbuit

MVC Archetechture

Model:-
Business components
Bindings

1.ADF is rapid application development tool


2.Drag and drop tool

ADF business components:-


1.EO----Entity objects-------Tables,Synonyms,Sanpshots,Views

2.UVO---Updatabale VO -----Upadate,Insert and delete from database


3.Read Only VO----Only to read the Database

Application Module:-It is one of the component.

Commit,Rollback and savepoint transactions.

Business rules are defines(Constraints).

Custom Business Rules---you can define the custome business rules.

Standarad Business rules can't be updated.It can come with database.

EO:-
Represents Tables,Views,Synonyms and Snapshots

All the entity naming convention end EO


http://www.tupaki.com/photogallery/actress/Manjusha-New-Photos/5362/27
if you create the Entity objects the jdeveloper automatically creates .xml file

If PK is not available then Row id is the primary key in the EO

Dveloper Guide
https://docs.oracle.com/middleware/1212/adf/ADFFD/intro.htm#ADFFD21689

You might also like