News

The following explains how to call a SPL script from Java. Execute SPL queries. Create a data table consisting of two fields – baseNum (a natural number less than or equal to 100) and square2 (the ...
Over the years there have been several times where I've had to implement a mini-language and language processor for some specific requirement or another. In one case, it was to provide a simple ...
Script Task Executor Engine with Java Runtime. This docker image provides a sandboxed protected environment to run custom Java scripts that are written in ProcessMaker 4. How to use. The execution ...
A lot of Java applications today can be extended viz. adding new features to the application by writing "plug-ins" in Java. Lee Chuk-Munn shows how.
Learn how to use synchronous and asynchronous callbacks in Java—including callbacks with lambda expressions, CompletableFuture, and more.