< Home - < Back

bsf


Information about the package, bsf, which is shipped with common Linux distributions. The bsf package is designed for, Bean Scripting Framework.


Package Name:

bsf

Summary:

Bean Scripting Framework

Description:

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

Architecture:

noarch

Version:

2.4.0

Release:

4.1.el6

Size:

105 k

Repository:

base

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for bsf


Control the bsf package with the following handy commands outlined below.


Command

Description of Command

yum install bsf

This command will install bsf on the server.

yum remove bsf

This command will un-install bsf on the server. When you run this command, you will be asked if you are sure that you want to remove bsf, so you have to manually confirm that you want to do this.

yum -y remove bsf

This command will un-install bsf on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove bsf when using the -y flag.

yum update bsf

This command will update bsf to the latest version. When you run this command, you will be asked if you are sure that you want to remove bsf, so you have to manually confirm that you want to do this.

yum -y update bsf

This command will update bsf to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove bsf when using the -y flag.

yum info bsf

This command will show you core information about the bsf package.

yum deplist bsf

This command will show you the dependencies for bsf. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update bsf

This command will check if there is an update waiting on bsf. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.