Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

under construction
New script languages can be added to IGB via plugins that implement JSR-223. To create a plugin for a scripting language, find a ScriptEngine implementation for the language, and include it in the plugin with an implementation of the ScriptProcessor interface. Then in the plugin Activator start() method, include the line:

...

There are several JSR-223 scripting language implementations at http://java.net/projects/scriptingImage Removed, but you can find them elsewhere.