Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
File / Directory Name
| Description
| |||||||||
---|---|---|---|---|---|---|---|---|---|---|
app_src | Directory under wflow containing all the Git projects
| |||||||||
appId | Each app has a directory with the app ID as its name e.g. “crm"
| |||||||||
app.properties | Configuration file containing the settings as saved in the app Git Configuration UI. This file applies for all app versions.
| |||||||||
appId_version | Under the app directory, each app version has its own directory e.g. version 3 of app ID “crm” would be “crm_3”. This is the directory that contains an entire app version including its dependencies e.g. plugins.
| |||||||||
appDefinition.xml | XML containing the main app definition, including the process mappings, message and resource records.
| |||||||||
appConfig.xml | XML containing environment variables and plugin default properties. This file is meant to keep configuration values (e.g. settings that might differ in development vs testing vs production), that can be omitted from Git commits if required.
| |||||||||
package.xpdl | XPDL definition for the app processes.
| |||||||||
forms
| Directory containing form JSON definitions. Each form is saved as 1 JSON file.
| |||||||||
lists
| Directory containing datalist JSON definitions. Each datalist is saved as 1 JSON file.
| |||||||||
userviews
| Directory containing form JSON definitions. Each userview is saved as 1 JSON file.
| |||||||||
resources
| Directory containing uploaded resource files.
| |||||||||
plugins
| Directory containing custom plugins used.
|
...