Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
5 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 5

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

BeanShell

BeanShell is a Java programming language scripting language, invented by Pat Niemeyer. It runs in the Java Runtime Environment (JRE) and utilizes Java s own syntax. While BeanShell allows its users to define functions that can be called from within a script, its underpinning philosophy has been to not pollute its syntax with too many extensions and syntax sugar , thereby ensuring that code written for a Java Compiler can almost always be executed interpreter (computing) by BeanShell without any changes and, almost just as much, vice versa. This makes BeanShell a popular testing and debugging tool.

BeanShell is an open source project and has been incorporated into many applications, such as OpenOffice.org, Apache Ant, BEA WebLogic Application Server, jEdit, and many others. BeanShell provides an easy to integrate API. It can also be run in command-line mode or within its own graphical environment. The Java Community Process approved JSR 274, which means BeanShell will eventually become part of the Java language.

=External links=

*[http://www.beanshell.org BeanShell homepage] *[http://jcp.org/en/jsr/detailid=274 BeanShell Java Specification Request]