Meta Configuration of Package bsh2
31
1
<package name="bsh2" project="SUSE:SLE-15-SP2:Update">
2
<title>Lightweight Scripting for Java (BeanShell Version 2.x)</title>
3
<description>BeanShell is a small, free, embeddable, Java source interpreter with
4
object scripting language features, written in Java. BeanShell executes
5
standard Java statements and expressions, in addition to obvious
6
scripting commands and syntax. BeanShell supports scripted objects as
7
simple method closures like those in Perl and JavaScript(tm). You can
8
use BeanShell interactively for Java experimentation and debugging or
9
as a simple scripting engine for your applications. In short: BeanShell
10
is a dynamically interpreted Java, plus some useful stuff. Another way
11
to describe it is to say that in many ways BeanShell is to Java as
12
Tcl/Tk is to C: BeanShell is embeddable - You can call BeanShell from
13
your Java applications to execute Java code dynamically at run-time or
14
to provide scripting extensibility for your applications.
15
Alternatively, you can call your Java applications and objects from
16
BeanShell; working with Java objects and APIs dynamically. Since
17
BeanShell is written in Java and runs in the same space as your
18
application, you can freely pass references to "real live" objects into
19
scripts and return them as results.
20
21
With version 2.0 BeanShell becomes a fully Java compatible scripting
22
language. BeanShell is now capable of interpreting ordinary Java source
23
and loading .java source files from the class path. BeanShell scripted
24
classes are fully typed and appear to outside Java code and via
25
reflective inspection as ordinary classes. However their implementation
26
is fully dynamic and they may include arbitrary BeanShell scripts in
27
their bodies, methods, and constructors. Users may now freely mix
28
loose, unstructured BeanShell scripts, method closures, and full
29
scripted classes.</description>
30
</package>
31