Maximo Anywhere directory structure
The Maximo Anywhere directory contains the files that are required to generate Maximo Anywhere apps. This directory includes predefined content for generating mobile apps that integrate with provider applications in the enterprise system. The application deployment process also generates a set of files.
The Maximo Anywhere directory includes the
application definition file and a set of properties files.
File | Description | Path |
---|---|---|
app.xml | Defines the user interface, data elements, and associated business rules for an app | maximoanywhere_home\Anywhere\MaximoAnywhere\apps\app_name\artifact |
worklight.properties | Contains configuration parameters for apps | maximoanywhere_home\Anywhere\MaximoAnywhere\server\conf |
build.properties | Contains the variable aspects of the build process and defines the target server to which an app is deployed | maximoanywhere_home\Anywhere\MaximoAnywhere |
app-feature.properties | Contains variable aspects of the build process | maximoanywhere_home\Anywhere\MaximoAnywhere\apps\app_name |
MaximoAnywhere.war | Packages distributable application files and related project resources and deploys them to MobileFirst Server. | maximoanywhere_home\Anywhere\MaximoAnywhere\bin |
Table 1. The directory structure of the application file and the properties files.
The application deployment process generates another set of files. These files are created after
you run the build all command from the command line or you run the adapter and
apps deployment tasks in MobileFirst
Studio.
File | Description | Path |
---|---|---|
OSLCGenericAdapter.adapter |
Contains server adapter code | maximoanywhere_home\Anywhere\MaximoAnywhere\bin |
application_name.wlapp | Contains server artifacts | maximoanywhere_home\Anywhere\MaximoAnywhere\bin |
application_name.apk application_name.ipa application_name.appx |
Contains client artifacts | maximoanywhere_home\Anywhere\MaximoAnywhere\bin |
Table. 2 The directory structure of the generated files.