Apama 10.15.0 | Using Apama with Software AG Designer | Overview of Developing Apama Applications | About Apama projects | Managing project hierarchies
 
Managing project hierarchies
Software AG Designer organizes your project into a hierarchy that is displayed in the Project Explorer view (if you are using the Apama Developer perspective) or the Workbench Project View (if you are using the Apama Workbench perspective). The hierarchy is made up of nodes that group Apama resource files by type. The Project Explorer view lists all your Apama projects, while the Workbench Project View lists just the current project. A different icon is shown for each type of resource.
The following icons can be shown in the above-mentioned views:
Icon
Description
Apama project icon
Apama project.
Connectivity and adapters icon
Node with the fix name Connectivity and Adapters which includes all connectivity or IAF adapter bundles that have been added. This is a virtual folder which is not available in the file system. It is provided for your convenience, and it is recommended that you use this folder where possible. The files in the virtual folder are also available in the nodes for the physical folders. For example, connectivity plug-in configuration files that are managed by bundles in this node are also available in the config node of the project and thus in the physical config folder in the file system. It is safe to edit the files in either node.
Container node icon
Container node for a specific type of connectivity bundle or IAF adapter bundle.
Connectivity bundle icon
Instance of a connectivity bundle (see also Connectivity bundles) or IAF adapter bundle.
YAML file icon
YAML configuration file (.yaml). Shown for an instance of a connectivity bundle. See also Configuration file for connectivity plug-ins.
Properties file icon
Properties file (.properties) that is used together with a YAML configuration file. Shown for an instance of a connectivity bundle. The same icon is also used for .ini files. See also Using properties files.
Linked resources icon
Node with the fix name Linked Resources which contains common configuration files shared by the connectivity bundle instances. See also Linked Resources.
Dependent bundles icon
Node with the fix name Dependent Bundles which contains references to required connectivity bundles or adapter bundles.
EPL bundles icon
Node with the fix name EPL Bundles which includes all EPL bundle instances that have been added. See also Adding bundles to projects.
EPL bundle instance icon
EPL bundle instance.
Node icon
Node for the contents of a bundle, such as EPL files, event files or correlator deployment packages (CDPs).
CDP icon
Correlator deployment package file (.cdp). See also Exporting correlator deployment packages.
JRE system library icon
Nodes with the fix names JRE System Library (jvm) and ApamaJavaLibray which contain references to required .jar files. These are virtual folders for content that is not available in the workspace.
Java folder icon
Node with the fix name java/src which contains the .java files that have been added. This corresponds to the physical java/bin and java/src folders in the file system.
Folder icon
Physical folder that is available in the file system.
EPL file icon
EPL file (.mon) containing monitors or event definitions. See also Creating new monitor files for EPL applications and Creating new event definition files for EPL applications.
Event file icon
Apama event file (.evt). See also Creating new event files.
Dashboard file icon
Dashboard file (.rtv); located in the dashboards folder. See also Creating new dashboards.
Dashboard deployment configuration file icon
Dashboard deployment configuration file (.xml); located in the config folder. See also Creating new dashboard-deployment configurations.
Data player queries configuration file icon
Data player queries configuration file (.xml); located in the config folder. See also Using the Data Player.
Java icon
EPL plug-in written in Java file (.java); located in the java/src node.
If a monitor file contains an error, an error icon is shown over the file name, over the folder that contains the file that has the error, and over the project folder. For example, a monitor file that contains an error would look like this: Example of an error icon over a file name.