Article Discussion
Scripting Java: The BeanShell JSR
Summary: The BeanShell Scripting Language recently became a JCP JSR (274), a first step on the road to an official Java standard. In this article, Artima interviews Pat Niemeyer, BeanShell's creator and lead of the JSR's expert group, about the role of scripting languages in Java, BeanShell's dynamic programming features, how BeanShell compares with Groovy and other Java scripting efforts, and how the JCP helps or hinders language design.
2 posts on 1 page.      
« Previous 1 Next »
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: June 12, 2009 4:11 AM by Joel
Bill
Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Scripting Java: The BeanShell JSR
June 14, 2005 2:00 PM      
The BeanShell Scripting Language recently became a JCP JSR (274), a first step on the road to an official Java standard. In this article, Artima interviews Pat Niemeyer, BeanShell's creator and lead of the JSR's expert group, about the role of scripting languages in Java, BeanShell's dynamic programming features, how BeanShell compares with Groovy and other Java scripting efforts, and how the JCP helps or hinders language design.

http://www.artima.com/lejava/articles/beanshell.html

What do you think of BeanShell? Are you interested in a scripting language for the JVM? If so, what are you looking for in that language?
Joel
Posts: 1 / Nickname: halberjo / Registered: April 22, 2008 8:18 PM
Re: Scripting Java: The BeanShell JSR
June 12, 2009 4:11 AM      
I wonder if anyone reads comments posted 6 years after the original article! Anyway - just incase - the following describes using BeanShell to create a bean factory:
http://www.needsa303.com/?p=17 which can be used for configuration and dep injection.
2 posts on 1 page.
« Previous 1 Next »