Application Modules

The smallest resource that is named, versioned, and packaged as part of an application and is executed in the ActiveMatrix BusinessWorks runtime. An application module cannot be deployed by itself in the ActiveMatrix BusinessWorks runtime; it must be packaged as part of an application.

An application module typically contains one or more processes. An application module is configured and represented in TIBCO Business Studio for BusinessWorks, and can be used by multiple applications. Each application module contains metadata that is associated with it, such as name, version, dependencies, and so on.

An application module can include the following resources:

Application modules can depend on shared modules, which can contain processes, schemas, JSON, and WSDL files that can be used by a process in the application module.

The application modules cannot export their functionality to other modules.

Structure of an Application Module