Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
bsf: Bean Scripting Framework
- Summary
- 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:
* Javascript (using Rhino ECMAScript, from the Mozilla project)
* Python (using either Jython or JPython)
* Tcl (using Jacl)
* NetRexx (an extension of the IBM REXX scripting language in Java)
* 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
Arch: noarch
| Download: | bsf-2.4.0-1jpp.src.rpm |
| Build Date: | Fri Jul 13 13:42:27 2007 |
| Packager: | Ralph Apel <r.apel@r-apel.de> |
| Size: | 4.75 MiB |
Changelog
- * Thu Jul 12 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> 0:2.4.0-1jpp
-
- Upgrade to 2.4.0
- Add manual and demo subpackages
- Add pom and depmap frag
- Activate bsh jruby jython rhino optionals
- * Thu Aug 3 12:00:00 2006 Deepak Bhole <dbhole{%}redhat{*}com> 0:2.3.0-11jpp
-
- Added missing requirements.
- * Thu Jul 20 12:00:00 2006 Deepak Bhole <dbhole{%}redhat{*}com> 0:2.3.0-10jpp
-
- Added conditional native compilation.