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

Structuring your code


Your enterprise application is going to consist of hundreds of objects: entity objects, view objects, application modules, task flows, page fragments, and many others. It is imperative that you keep everything in a logical structure. A good structure also allows you to partition work between the many people who will be working on your team, and ensures that everyone can find what they need.

Using workspaces

Remember from Chapter 3, Getting Organized, we divided all but the simplest applications into a number of workspaces. In recent versions, JDeveloper has unfortunately started using the Word application for what used to be called workspace. While it is correct that you need a workspace to build an application, the opposite is not true—you will have many workspaces that are not applications.

Note

If you look at the definition created in the filesystem, you will find that the extension for the workspace definition file is actually still .jws (which used to mean Java workspace...