Intrexx Groovy API
Groovy is a scripting language that is very similar to Java. The syntax is nearly identical to that of Java, with a few extensions. In Groovy, it is possible to declare variables without specifying a type, if you choose to do so. Intrexx uses Groovy primarily to control processes, perform complex calculations, and execute equally complex queries. Because of its similarity to Java, in most cases it is possible to copy scripts from the diverse world of Java and reuse them in Groovy. Here, too, you can also integrate your own Java classes. The API provides a range of methods for accessing key Intrexx features and objects.
More Information