http://www.mozilla.org/rhino/Just thought I'd post this here. Rhino is an open-source library for embedding javascript support in your Java applications. We'll definitely need scripting in our projects, so this is an interesting resource. I don't know how usable it will be yet, particularly I wonder how good we can conceal our Java internals from scripts (e.g. does it access objects and methods directly, or do we make some kind of mapping), but we should research that, before writing our own script system.