Home > Repositories > base > java-bsh

java-bsh: Lightweight Scripting for Java

BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm).
You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for your applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. Another way to describe it is to say that in many ways BeanShell is to Java as Tcl/Tk is to C: BeanShell is embeddable - You can call BeanShell from your Java applications to execute Java code dynamically at run-time or to provide scripting extensibility for your applications.
Alternatively, you can call your Java applications and objects from BeanShell; working with Java objects and APIs dynamically. Since BeanShell is written in Java and runs in the same space as your application, you can freely pass references to "real live" objects into scripts and return them as results.bsh.org.objectweb.asm.ClassWriter cannot be applied to
Name:java-bsh
Release: 2.1.1-1mamba
Group:Development/Libraries/Java
Maintainer:silvan
License:LGPL, Sun Public License
Size:817.10 kB
Upstream URL:http://www.beanshell.org/
Build time:2023-03-18 03:42:31
Binary packages and requirements
x86_64aarch64i586
Built RPMSjava-bsh
java-bsh-bsf
java-bsh-classgen
java-bsh
java-bsh-bsf
java-bsh-classgen
java-bsh
java-bsh-bsf
java-bsh-classgen
Build requirementsjavapackages [1]
javapackages [1]
javapackages [1]
History of changes
DatePackagerReleaseDescription
2023-03-18autodist2.1.1-1mamba- automatic update by autodist
2021-06-30silvan2.1.0-1mamba- update to 2.1.0
2010-11-27gil2.0b4-3mamba- fix broken link in /usr/share/bsh2/bshservlet-wbsh
2010-11-04gil2.0b4-2mamba- rebuilt devel
2009-03-17gil2.0b4-1mamba- update to 2.0b4
- renamed java-bsh2
2009-03-17gil1.3.0-3mamba- add maven poms
2009-03-13gil1.3.0-2mamba- add sub package console
2009-03-05gil1.3.0-1mamba- package created by autospec