Novell Home

openSUSE 11.0

Package Descriptions

bsh2
Lightweight Scripting for Java (BeanShell Version 2.x)

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.

Except for packages subject to a commercial license, the license identified below is the license designated by the open source project.


Version: 2.0
Release: 244.1
Medium: DVD1
Path: /suse/noarch/bsh2-2.0-244.1.noarch.rpm
Group: Development/Libraries/Java
License: LGPL v2.1 or later
Size: 294 KB
Homepage: http://www.beanshell.org/

File list

-rwxr-xr-x    1 root    root              744 Jun  7 17:29 /usr/bin/bsh2
-rwxr-xr-x    1 root    root             4554 Jun  7 17:29 /usr/bin/bsh2doc
drwxr-xr-x    2 root    root                0 Jun  7 17:29 /usr/share/bsh2
drwxr-xr-x    2 root    root                0 Jun  7 17:29 /usr/share/doc/packages/bsh2
-rw-r--r--    1 root    root              519 Sep  3  2003 /usr/share/doc/packages/bsh2/CVS_branching
-rw-r--r--    1 root    root            46395 Sep  3  2003 /usr/share/doc/packages/bsh2/Changes.html
-rw-r--r--    1 root    root              419 Sep  3  2003 /usr/share/doc/packages/bsh2/KNOWNBUGS
-rw-r--r--    1 root    root             2531 Sep  3  2003 /usr/share/doc/packages/bsh2/License.txt
-rw-r--r--    1 root    root              172 Sep  3  2003 /usr/share/doc/packages/bsh2/Notes
-rw-r--r--    1 root    root              475 Sep  3  2003 /usr/share/doc/packages/bsh2/README.txt
-rw-r--r--    1 root    root             3656 Sep  3  2003 /usr/share/doc/packages/bsh2/TODO
-rw-r--r--    1 root    root             6155 Sep  3  2003 /usr/share/doc/packages/bsh2/bsh20announce.txt
drwxr-xr-x    2 root    root                0 Jun  7 17:29 /usr/share/java/bsh2
-rw-r--r--    1 root    root            15288 Jun  7 17:29 /usr/share/java/bsh2/bsh-classpath-2.0.jar
lrw-r--r--    1 root    root               21 Jun  7 17:29 /usr/share/java/bsh2/bsh-classpath.jar -> bsh-classpath-2.0.jar
-rw-r--r--    1 root    root            31849 Jun  7 17:29 /usr/share/java/bsh2/bsh-commands-2.0.jar
lrw-r--r--    1 root    root               20 Jun  7 17:29 /usr/share/java/bsh2/bsh-commands.jar -> bsh-commands-2.0.jar
-rw-r--r--    1 root    root           142017 Jun  7 17:29 /usr/share/java/bsh2/bsh-core-2.0.jar
lrw-r--r--    1 root    root               16 Jun  7 17:29 /usr/share/java/bsh2/bsh-core.jar -> bsh-core-2.0.jar
-rw-r--r--    1 root    root              883 Jun  7 17:29 /usr/share/java/bsh2/bsh-reflect-2.0.jar
lrw-r--r--    1 root    root               19 Jun  7 17:29 /usr/share/java/bsh2/bsh-reflect.jar -> bsh-reflect-2.0.jar
-rw-r--r--    1 root    root            45783 Jun  7 17:29 /usr/share/java/bsh2/bsh-util-2.0.jar
lrw-r--r--    1 root    root               16 Jun  7 17:29 /usr/share/java/bsh2/bsh-util.jar -> bsh-util-2.0.jar

Back to
Packages sorted by name
Packages sorted by group

© 2012 Novell