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:
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 tocom.dmcsol.xdm
, as shown in the following screenshot:In step 2 of the wizard, name...