Lightweight Scripting for Java (BeanShell Version 2.x)

Edit Package bsh2.2065

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.

With version 2.0 BeanShell becomes a fully Java compatible scripting
language. BeanShell is now capable of interpreting ordinary Java source
and loading .java source files from the class path. BeanShell scripted
classes are fully typed and appear to outside Java code and via
reflective inspection as ordinary classes. However their implementation
is fully dynamic and they may include arbitrary BeanShell scripts in
their bodies, methods, and constructors. Users may now freely mix
loose, unstructured BeanShell scripts, method closures, and full
scripted classes.

Refresh
Refresh
Source Files
Filename Size Changed
beanshell-2.0b5.pom 0000001181 1.15 KB
bsh-2.0b5-docs.patch 0000001183 1.16 KB
bsh-2.0b5-src.tar.bz2 0001230160 1.17 MB
bsh-bsf-2.0b5.pom 0000000826 826 Bytes
bsh-classgen-2.0b5.pom 0000000700 700 Bytes
bsh-classpath-2.0b5.pom 0000000703 703 Bytes
bsh-commands-2.0b5.pom 0000000700 700 Bytes
bsh-core-2.0b5.pom 0000000499 499 Bytes
bsh-engine-2.0b5.pom 0000000694 694 Bytes
bsh-reflect-2.0b5.pom 0000000725 725 Bytes
bsh-util-2.0b5.pom 0000000693 693 Bytes
bsh2-ClassGeneratorUtil.patch 0000000460 460 Bytes
bsh2-asm.patch 0000001465 1.43 KB
bsh2-avoid-deserialization-xthis.patch 0000006388 6.24 KB
bsh2-fix-tests.patch 0000001146 1.12 KB
bsh2-prevent-deserialization.patch 0000000748 748 Bytes
bsh2-standard-script-api.patch 0000001100 1.07 KB
bsh2.changes 0000002622 2.56 KB
bsh2.spec 0000012568 12.3 KB
Latest Revision
buildservice-autocommit committed (revision 2)
extendvrev vrev update
Comments 0
openSUSE Build Service is sponsored by