Book Image

Oracle ADF Enterprise Application Development Made Simple: Second Edition

By : Sten E Vesterli
Book Image

Oracle ADF Enterprise Application Development Made Simple: Second Edition

By: Sten E Vesterli

Overview of this book

Table of Contents (20 chapters)
Oracle ADF Enterprise Application Development – Made Simple Second Edition
Credits
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, you have added content to the Common Model to supplement the Common Code and Common View projects you built in the Common Workspace in Chapter 5, Preparing to Build. Using the ADF Libraries created from these three base projects, you have developed two subsystems by implementing the two use cases you first saw in Chapter 1, The ADF Proof of Concept.

You have used bounded task flows with page fragments to build well-defined, re-usable blocks of functionality that can easily be combined into a larger master application. You have seen how to use a proper enterprise methodology including task tracking to focus your work and a central source repository.

You have deployed your subsystems as ADF Libraries and combined them in a master application, including both a menu and a dynamic region with all necessary supporting code to make your enterprise application look like a desktop application and not just like a series of web pages. With this knowledge, you can build additional...