AppPackager — This component packages Business Process Server applications and its dependant components into a single ZIP file. In order to use AppPackager, you need to create an application metadata file, which is an XML file containing the details of all the applications that need to be published. The metadata XML file also contains the information about the application folders that need to be copied.
Both the AppPackager and AppDeployer components use the Apache ANT build tool that is packaged with Business Process Server or is available as a plug-in with Eclipse in Progress Developer Studio for OpenEdge. This tool uses the appbuild.xml file with various targets to package and publish applications.
The AppPackager component uses the application metadata file as the input and packages the applications into a single ZIP file (see
Applicationpackage details). The AppDeployer component uses the ZIP file as the input and publishes all the applications. It also copies the resource files specified in the XML metadata file.