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

Creating common workspaces


All of the templates and framework extension classes go into a common workspace. If you are using a modular architecture, this will be the Application Common Workspace. If you are using an enterprise architecture, you will be creating your enterprise common objects in the Enterprise Common Workspace and the application common objects in the Application Common Workspace based on the enterprise common objects.

Note

For simplicity, the examples in this chapter describe a modular architecture.

To create a common workspace, choose File | New | Application and then ADF Fusion Web Application and perform the following steps:

  1. In step 1 of the wizard, name your workspace with your application's abbreviation as the prefix and set the Application Package Prefix field to your project's base package. For the XDM application in this book, we call the XdmCommon workspace and set the base package to com.dmcsol.xdm, as shown in the following screenshot:

  2. In step 2 of the wizard, name...