Heise.de berichtet über die Veröffentlichung des Apache
Bean Scripting Frameworks in der Version 2.4.0.
Was ist das BSF?
Zitat:
|
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.
|
Quelle: http://jakarta.apache.org/bsf/
Welche Skriptsprachen unterstützt das BSF?
- Javascript (using Rhino ECMAScript, from the Mozilla project)
- NetRexx (an extension of the IBM REXX scripting language in Java)
- Python (using Jython)
- Tcl (using Jacl)
- XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces)
- Java (using BeanShell, from the BeanShell project)
- Groovy
- JLog (PROLOG implemented in Java)
- JRuby
- JudoScript
- ObjectScript
- ooRexx (Open Object Rexx), using BSF4Rexx.
Quelle: http://jakarta.apache.org/bsf/ Laut XML-Magazin.de handelt es sich bei dieser Version um die erste offizielle Veröffentlichung des Frameworks.
Zitat:
|
Es handelt sich hierbei um das erste offizielle Release des BSF-Projekts der Apache Software Foundation.
|