All other

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

    Blog post image      

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/jbavscVisual 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 extensionRead more →

Enabling CORS in your jBPM Business Application

    Blog post image      

Currently when you generate your jBPM Business Application (online via start.jbpm.org, command-line via the jba-cli package, or in Visual Studio code via the jBPM extension) your app will have CORS (Cross-origin resource sharing) disabled by default. With CORS disabled, if you have a consumer app (e.g. React frontend)  which does not live on the sameRead more →

Generate jBPM Business Apps with Node.js Command-line interface (CLI)

    Blog post image      

In addition to start.jbpm.org there is now an command-line way to generate your jBPM Business Applications, namely with the jba-cli Node package. jba-cli package on npmjs.com Sample CLI usage If you have Node installed locally you can install and run this package with: npm install jba-cli -g jba gen This allows your to build your jBPM BusinessRead more →

Using React as frontend for jBPM Business Apps

    Blog post image      

React is a very popular and powerful JavaScript framework and is currently one of the best frontend development frameworks out there. In this demo we show how you can easily integrate React into your existing or new jBPM Business Application and consume data from the the out-of-the-box Rest services via React components. React Demo  As usualRead more →

Deploying jBPM Business Apps on Docker

    Blog post image      

jBPM Business Applications have an out-of-the-box configurations to deploy them as docker containers. We have created the video below to show you how easy it is to do that. The video also shows some useful docker commands to run after you have deployed your jBPM Business app as docker container. Enjoy.