Groovy support

Enhance the developer experience by scripting the Live API and make proof of concepts even faster

The groovy plugin is available for download on INTELIE Live Marketplace.

It provides the capability to register and run Groovy snippets, using the same API that is available to Java.

Snippets Groovy is available under Platform Customization menu in Administration page

A Groovy snippet is limited to be a standalone piece of code, which means it is unable to declare and use other plugin dependencies. If you need to write a more advanced Groovy code, you must upload that code as a Groovy script in Plugins administration page.

For example, the snippet below adds a resource to get a thread dump.

Last updated

Was this helpful?