Running Modular Applications

Previous Next

When running applications that are composed using modules, be aware of the following:

When starting an application, the flat files of all modules defined in the Definer of the main module are read. So these .con, .job, and .esi flat files must have been created. Also when the application is run from Repository.

The names of these flat files must be the same as the module names.

If a module uses another module (in the provider module, another module has been defined), also these "nested" modules need to have flat files.

In the Application Modules window, the Load Module checkbox specifies whether the module is read when the application is started.

 

See Also

Modular Development

Modules