[ 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 ]
×

Package bsf-2.4.0-48.el9.noarch download

Name bsf
Epoch 0
Version 2.4.0
Release 48.el9
Architecture noarch
Website/URL http://commons.apache.org/bsf/
License ASL 2.0
Build Time 2025-03-28 13:25:21
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
Size 103 KiB
Source Project bsf-2.4.0-48.el9
SHA-256 checksum ea9bc7243114f60426cb9e0b2aca3c0a21f71a84ddc80317be484fc13bb91faa
× Full screenshot
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