bsf-3.1.jar - Bean Scripting Framework (BSF) 3.1

Q

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.

JAR File Size and Download Location:

File name: bsf.jar, bsf-3.1.jar, bsf-all-3.1.jar
File size: 44824 bytes
Date modified: 19-Jun-2010
Download: Bean Scripting Framework (BSF)

Manifest of the JAR:

Main-Class: org.apache.bsf.Main
Extension-Name: org.apache.bsf
Implementation-Title: Apache BSF
Implementation-Vendor: Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 3.1
X-Compile-Source-JDK: 1.4
X-Compile-Target-JDK: 1.4

✍: fyicenter.com

A

List of Classes in the JAR:

javax/script/AbstractScriptEngine
javax/script/Bindings
javax/script/Compilable
javax/script/CompiledScript
javax/script/Invocable
javax/script/ScriptContext
javax/script/ScriptEngine
javax/script/ScriptEngineFactory
javax/script/ScriptEngineManager
javax/script/ScriptException
javax/script/SimpleBindings
javax/script/SimpleScriptContext
org/apache/bsf/Main
org/apache/bsf/utils/http/GenericHttpScriptContext
org/apache/bsf/utils/http/HttpScriptContext
org/apache/bsf/utils/http/HttpScriptRequest
org/apache/bsf/utils/http/HttpScriptResponse
org/apache/bsf/utils/http/HttpScriptServlet
org/apache/bsf/utils/http/ScriptEnginePool
org/apache/bsf/xml/AxiomE4XContextFactory
org/apache/bsf/xml/DefaultXMLHelper
org/apache/bsf/xml/JRubyReXMLHelper
org/apache/bsf/xml/JavaScriptE4XAxiomHelper
org/apache/bsf/xml/JavaScriptE4XHelper
org/apache/bsf/xml/JavaScriptE4XXmlBeansHelper
org/apache/bsf/xml/XMLHelper
org/mozilla/javascript/ContextHelper

2011-12-30, 5653🔥, 0💬