Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
English |
---|
In this tutorial, we will following the guideline of developing a plugin to develop our multi store binders plugin. Please also refer to the very first tutorial How to develop a Bean Shell Hash Variable and also the following store binder related plugin for more detailed steps. |
...
Code Block | ||
---|---|---|
| ||
cd joget/plugins/ ~/joget/jw-community/wflow-plugin-archetype/create-plugin.sh org.joget.marketplace multi_store_binder 78.0.0 |
Then, the shell script will ask us to key in a version for your plugin and ask us for confirmation before generating the maven project.
...