java-commons-bsf
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.
- Versions: 2.4.0
- Website: https://commons.apache.org/proper/commons-bsf
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-commons-bsf
as follows:
guix install java-commons-bsf
Or install a particular version:
guix install java-commons-bsf@2.4.0
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.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/java-commons-bsf/'><img src='http://127.0.0.1:3000/packages/java-commons-bsf/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/java-commons-bsf/badges/latest-version.svg)](http://127.0.0.1:3000/packages/java-commons-bsf/) Org: [[http://127.0.0.1:3000/packages/java-commons-bsf/][http://127.0.0.1:3000/packages/java-commons-bsf/badges/latest-version.svg]]