Package bsf: Information

    Source package: bsf
    Version: 2.4.0-alt4_1jpp1.7
    Build time:  Dec 16, 2007, 12:36 AM
    Category: Development/Java
    Report package bug
    License: Apache License
    Summary: Bean Scripting Framework
    Description: 
    Bean Scripting Framework (BSF) is a set of Java classes which provides
    scripting language support within Java applications, and access to Java
    objects and methods from scripting languages. BSF allows one to write
    JSPs in languages other than Java while providing access to the Java
    class library. In addition, BSF permits any Java application to be
    implemented in part (or dynamically extended) by a language that is
    embedded within it. This is achieved by providing an API that permits
    calling scripting language engines from within Java, as well as an
    object registry that exposes Java objects to these scripting language
    engines.
    
    BSF supports several scripting languages currently:
    * Javascript (using Rhino ECMAScript, from the Mozilla project)
    * Python (using either Jython or JPython)
    * Tcl (using Jacl)
    * NetRexx (an extension of the IBM REXX scripting language in Java)
    * XSLT Stylesheets (as a component of Apache XML project's Xalan and
    Xerces)
    
    In addition, the following languages are supported with their own BSF
    engines:
    * Java (using BeanShell, from the BeanShell project)
    * JRuby
    * JudoScript

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

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko


      1. /proc
      2. jakarta-commons-collections >= 0:3.1
      3. jakarta-commons-lang
      4. jakarta-commons-logging >= 0:1.0.4
      5. jdom >= 0:1.0
      6. jpackage-1.4-compat
      7. jpackage-utils >= 1.7.2
      8. jruby
      9. junit >= 0:3.8.2
      10. jython
      11. ant >= 0:1.6.5
      12. rhino
      13. velocity >= 0:1.4
      14. bsh
      15. log4j >= 0:1.2.12
      16. xalan-j2 >= 0:2.7.0
      17. xerces-j2 >= 0:2.4.0

    Last changed


    Dec. 15, 2007 Igor Vlasenko 0:2.4.0-alt4_1jpp1.7
    branch 4.0 compatible build
    Nov. 30, 2007 Igor Vlasenko 0:2.4.0-alt3_1jpp1.7
    - do disabled python findreq on jython code
    - added commons-lang dependency
    Nov. 27, 2007 Igor Vlasenko 0:2.4.0-alt2_1jpp1.7
    - disabled python findreq on jython code