What scripting languages can I use to write a script output handler?
The short answer: Any scripting language for which an Apache Jakarta Bean Shell Framework (BSF) scripting engine exists. Alternatively, if you’re using a Java 6 VM, you can also use the javax.script API; there are prebuilt scripting adapters for that API available at https://scripting.dev.java.net/. For a longer answer, see the section in the curn User’s Guide that describes how to configure an instance of the ScriptOutputHandler output handler.