Richard Monson-Haefel posted a blog entry recently called "Groovy: The Sleeping Giant". In it, he says that "dynamic programming" is the wave of the future, and that Groovy has the most potential ...
Second, scripted code provides extension points to modular programs. For example, jEdit, an excellent text editor, uses BeanShell for storing user-defined actions (macro definitions). The popular Web ...
The BeanShell code that follows registers a service with a running Jini lookup service such as reggie. Let's go over the code in detail. The <bsh> tag informs the server that BeanShell code follows.