In this tutorial we will learn how to use Netty to set up a simple HTTP reverse proxy. We recommend checking this tutorial for an overview of Netty core concepts: Getting started with Netty
jBPM REST API made simple
This tutorial will discuss how to use jBPM REST API to manage your Process Server with any tool able to execute simple HTTP requests such as curl. By using jBPM REST API you can perform the following actions: Create, update, or delete Process Server instances Retrieve information about Process instances, and associated KIE containers Start, … Read more