ecomZera Blog

The place where eZians share their thoughts, experiences, knowledge and sow the seeds for ecomZera´s growth.

BEAN SHELL

        BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript .

        BeanShell is small and embeddable, so you can call BeanShell from your Java applications to execute Java code dynamically at run-time or to provide extensibility in your applications. Alternatively, you can use standalone BeanShell scripts to manipulate Java applications; working with Java objects and APIs dynamically.

        Links to get More Information about Beanshell:
http://beanshell.org
http://www.informatik.uni-hamburg.de/RZ/software/emacs/jde/html/bsh-ug/bsh-ug.html

BSF (Bean Scripting Framework) : Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages.
To get More Information about Beanshell:
http://jakarta.apache.org/bsf/manual.html

Beanshell in struts :
http://struts.apache.org/struts-action/struts-scripting/user-guide.html
Posted by sandhya at 3:32 AM in Tech Talk