This package browser is in early development. Mind the rough edges.

java-commons-bsf 2.4.0

Bean Scripting Framework

The 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.

Installation

Install java-commons-bsf 2.4.0 as follows:

guix install java-commons-bsf@2.4.0

Or install the latest version:

guix install java-commons-bsf

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.