Intrexx Groovy API

Groovy is a scripting language that is very close to Java. The syntax is almost identical to the syntax of Java, with some enhancements. In Groovy, it is possible to make a type-free declaration of variables if you wish. Intrexx uses Groovy mainly for controlling processes, performing complex calculations, as well as complex queries. Due to the similarity to Java, it is possible in most cases to copy scripts from the diverse Java world and reuse them in Groovy. Here, too, you can integrate your own Java classes. The API offers a range of access methods to important Intrexx functionalities and objects.

More information