Using an IDE to write scripts

Although Flex Enterprise allows you to write scripts from the action configuration page, it is better to write them using an IDE. Using an IDE will give you code completion, syntax checking and the ability to add your scripts to source control.

Note

You can also write scripts and compile them to a JAR, which can subsequently referenced by Flex within an external action configuration. Please see External Scripts for further information.

An example project exists in GitHub to demonstrate writing scripts using an IDE. Please