Language script en pure java embedable.
By Mathieu CARBONNEAUX
il y a tous d’abord l’engine generic BSF:
http://jakarta.apache.org/bsf/
dont plusieurs dériver comme beanshell, groovy, jruby…
le systeme de scripting d’administration de apache geronimo gshell utilise bsf…
http://cwiki.apache.org/GSHELL/index.html
http://cwiki.apache.org/GMOxDOC22/gshell.html
sinon on a aussi jython (python en java): http://www.jython.org/Project/
et tcl : http://tcljava.sourceforge.net/docs/website/getstart.html
de plus beanshell est en train d’être normalizer dans J2E sous la JSR-274.