Posts

Showing posts from April, 2006

Scripting in Java

Interesting article about adding scripting support to Java at http://www.javaworld.com/javaworld/jw-04-2006/jw-0424-scripting.html It would be interesting to have a Mozila Rhino Javascript interpreter available using JSR-223 in Java 6.0 Apache Jakarta Commons has a functor implementation. See http://www.onjava.com/pub/a/onjava/2004/12/22/jakarta-gems-1.html?page=2 for an example