Bean Shell Programming Guide

The Bean Shell Programming Guide introduces how to use Bean Shell scripting in Joget to add custom logic and extend application functionality. This guide covers key concepts, examples, and best practices to help you write and implement scripts effectively.

What is it for?

  • Joget Workflow provided Bean Shell implementation for several plugin types. Please refer to the Usages section.
  • BeanShell is a small, embeddable Java source interpreter with object scripting language features written in Java.
  • BeanShell dynamically executes standard Java syntax in runtime.
  • By using BeanShell Plugin, you can type in valid Java codes in plugin configuration and the statements will be executed when the plugin is triggered.
  • No compilation cycle is needed.

What is the code syntax?

 

 

Created by Damian Last modified by Aadrian on Dec 13, 2024