Package bsh: Information

    Source package: bsh
    Version: 1.3.0-alt3_13jpp5
    Build time:  Mar 30, 2010, 05:12 PM
    Category: Development/Java
    Report package bug
    License: LGPLv2+
    Summary: Lightweight Scripting for Java
    Description: 
    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.

    List of rpms provided by this srpm:
    bsh (noarch)
    bsh-demo (noarch)
    bsh-javadoc (noarch)
    bsh-manual (noarch)
    bsh-repolib (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @java

      1. jpackage-compat
      2. jpackage-utils
      3. /proc
      4. ant
      5. ant-trax
      6. servlet_2_5_api
      7. bsf

    Last changed


    March 30, 2010 Igor Vlasenko 0:1.3.0-alt3_13jpp5
    - fixed bug in component-info.xml in repolib
    Feb. 21, 2010 Igor Vlasenko 0:1.3.0-alt2_13jpp5
    - new jpackage release
    Sept. 6, 2008 Igor Vlasenko 0:1.3.0-alt2_11jpp5
    - converted from JPackage by jppimport script