The application details provide the administrative information that is used by all the generate processes. Once you provide this data you do not need to supply this information for every generation.
Some of the key information is listed below. Refer to Agile Business Suite Developer User Guide for more information.
Application Name is the name of the Agile Business Suite System.
Note: When switching between systems (SwitchTo) the client must be informed of the name it should use to find the new system's Component Enabler components, using the Partition clause of the SwitchTo command. The Partition clause should reflect the application name used to generate the Component Enabler components for the system. If you do not use the Partition clause, the "system name" with which the system was deployed on the host is not passed to the client.If you make the application name the same as the system name, then you do not need to use the Partition clause.
Package Prefix is the host domain of the Component Enabler Java packages. The name is normally based on the type and organization name, for example, com.unisys. This field is checked as part of the generate process and is converted into part of the path of the application, along with the application name and the profile name. If the specified directory does not exist, it iscreated.
View Generator Java Class is the Java class name of the external generator that you want to use to generate the GUI client forms for this application. Specify a name in this field only if you want to use an alternate generator for your client forms. If this field is left blank, the GUI forms for the Presentation Client application is generated.
Package Installation Directory is the destination directory for the generated components. This field is checked as part of the generate process. If the specified directory does not exist, it is created.