Creating an Application
An application is a collection of one or more modules and can be executed in the runtime.
Modules are packages containing one or more processes, shared resources, and metadata such as name, version, dependencies, and so on. Package names must be unique within an application. If there are two packages with the same name in an application, then you must either rename one of the packages or remove one of the packages from the application.
The
New BusinessWorks Application wizard helps create an application. There are multiple ways to launch the wizard:
Specify the values for the following fields in the wizard:
- Project name: Name of the application.
- Use default location: Specifies the location on disk to store the application's data files. By default, this value is set to the workspace. To change, clear the check box and browse to select the location to be used.
- Version: Version of the application.
- Deployment Target: Select the required deployment platform(s).
- Create Application Module: Selected by default to create an application module with the specified name. Clear the check box if you do not want to create an application module.
- Click Finish.
Copyright © Cloud Software Group, Inc. All rights reserved.