2019/02/12

JHipster generator for jBPM Business Apps


If you are a fan of JHipster you can now generate jBPM Business apps with it! We created a generator module for it which you can use as follows:

With Yarn:

yarn global add generator-jba

Or with NPM:

npm install -g generator-jba

Once installed generate your app with:

yo jba

and follow the questions. If you want to generate the app with default settings, run:

yo jba --quick=true


2019/02/01

jBPM Visual Studio Extension - New version 0.6.0 adds jBPM Business Apps debugging

Happy to announce a new 0.6.0 version of the JBAVSC extension for Visual Studio Code.

This extension adds process debugging for your business apps!

Debugging business app process in Visual Studio Code


JBAVSC Github: https://github.com/BootstrapJBPM/jbavsc
Visual Studio Code Marketplace:  https://marketplace.visualstudio.com/items?itemName=tsurdilovic.jbavsc

Here is a youtube vide showing off all the features of this extension:




We can make this extension much much more powerful so if you are interested in helping please let us know!