Bean Scripting Framework
Bean Scripting Framework (BSF) is a set of Java classes that provides
scripting language support within Java applications and access to Java
objects and methods from scripting languages. BSF allows writing 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.
This BSF package currently supports several scripting languages: *
Javascript (using Rhino ECMAScript, from the Mozilla project)
* XSLT Stylesheets (as a component of Apache XML project's Xalan and
Xerces)
In addition, the following languages are supported with their own
BSF engines: * Java (using BeanShell, from the BeanShell project)
* JRuby
* JudoScript
- Sources inherited from project openSUSE:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:12.2:ARM/bsf && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
bsf-2.3.0.pom | 0000000140 140 Bytes | |
bsf-component-info.xml | 0000000750 750 Bytes | |
bsf-disable-rhino.patch | 0000000376 376 Bytes | |
bsf-src-2.3.0.tar.bz2 | 0000866760 846 KB | |
bsf.changes | 0000002168 2.12 KB | |
bsf.spec | 0000004955 4.84 KB |
Latest Revision
branched from openSUSE:Factory
Comments 0