Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
bsf-3.1.jar - Bean Scripting Framework (BSF) 3.1
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
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, 5812🔥, 0💬
Popular Posts:
JSP(tm) Standard Tag Library 1.1 implementation - Jakarta Taglibs hosts the Standard Taglib 1.1, an ...
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module. JDK 11 Hotspot Agent...
SLF4J API is a simple API that allows to plug in any desired logging library at deployment time. Her...
What Is activation.jar? I heard it's related to JAF (JavaBeans Activation Framework) 1.0.2? The if y...
Where to find answers to frequently asked questions on Downloading and Installing Connector/J - JDBC...