An application consists of an application descriptor, one or more application volumes, two singletons named Top and Main respectively, and a local catalog that contains classes used only in this application.
The application may contain additional singletons, if defined, and those will be referenced in the application descriptor the same way as Top and Main are.

Most applications define one or more application volumes. These volumes are named objects, and their names are unique within the application. Whenever you use an appliance that defines a volume placeholder, you configure it with the name of one of your application volumes.
The Main singleton is an assembly that contains the top-level structure of the application. For obvious reasons, each application has one. The Top singleton is the topmost assembly in the application. It contains the single instance of Main, and configures it with the application settings - instance settings that apply to the application as a whole.
Note:
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|