Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Developing Web Applications with Oracle ADF Essentials

You're reading from   Developing Web Applications with Oracle ADF Essentials Quickly build attractive, user-friendly web applications using Oracle's free ADF Essentials toolkit

Arrow left icon
Product type Paperback
Published in Aug 2013
Publisher Packt
ISBN-13 9781782170686
Length 270 pages
Edition 1st Edition
Arrow right icon
Toc

ADF Business Components


The ADF Business Components architecture has five types of components, listed as follows:

  • Entity objects

  • Entity associations

  • View objects

  • View links

  • Application modules

You can think of Entity Objects as representations of your database tables — there will be one entity object for every table your application uses.

Tip

You can also base Entity Objects on database views, as long as these database views are updatable. See http://dev.mysql.com/doc/refman/5.6/en/view-updatability.html for information on when MySQL views are updatable. In some databases (for example, Oracle), you can define special INSTEAD OF triggers to make views updatable.

Entity objects take care of the object-relational mapping and perform many optimizations for you; for example, entity objects cache data in the middle ties to save database round trips.

Similarly, you can think of Associations as representations of the relations between tables in your relational database –– there will normally be one association...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime