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. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java, as well as an object registry that exposes Java objects to these scripting language engines.
BSF supports several scripting languages currently:
In addition, the following languages are supported with their own BSF engines:
Information on where to obtain scripting languages for use with BSF is available on the Related Projects page.
You can view the documentation for the current release (Jakarta BSF 2.4) online
Documentation and examples are included in the source and binary distributions.
You can download the latest release:
If you wish to use the latest BSF features, you can try downloading a nightly build from here
We are beginning to discuss design details for BSF 3.0. Please read the latest BSF news for more details.