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. For example, in Groovy it is possible to make a typeless declaration of variables if you want to. 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 several ways to access important Intrexx functionalities and objects.

More information