Script Monkey is an IntelliJ plugin that helps achieve the power & flexibilities of rhino scripting in a plugin environment. In other words, it helps Java achieve the best of both worlds.
Thanks to the embedded Rhino & Scripting API for being part of Java since v1.6. It's an all-in-one plugin which means, anything that was possible only by writing a plugin can be done using plugin-scripts(simple javascript code). And, any tasks that makes more sense to be scripted can be implemented using this tool.
Instead of explaining what this plugin can do in words, we wanted to show some in action.
If you are looking for older code of this project, please head to the project's Google code repository