[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project bsf-2.4.0-48.el9

Name bsf
Epoch 0
Version 2.4.0
Release 48.el9
Website/URL http://commons.apache.org/bsf/
License ASL 2.0
Build Time 2025-03-28 13:25:04
Build Host builder-arm64-1.inferitos.ru
Summary Bean Scripting Framework
Repositories AppStream
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
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
bsf-2.4.0-48.el9.noarch Bean Scripting Framework ea9bc7243114f60426cb9e0b2aca3c0a21f71a84ddc80317be484fc13bb91faa download
src
bsf-2.4.0-48.el9.src Bean Scripting Framework 6662a6478f44175e5561647a408664c29ea858ce944e78e4833efee058f059fc download
Changelog link
* Thu Mar 20 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.4.0-48
- Rebuilt for MSVSphere 9.6-beta

* Wed Dec 04 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-48
- Explicitly specify JVM target version

* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 2.4.0-47
- Add noarch to ExclusiveArch

* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 2.4.0-46
- Disable building on i686

* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.4.0-45
- Fix patch usage

* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 2.4.0-44
- Rebuild with regenerated Requires on Java