libbsf-java 1:2.4.0-4 source package in Ubuntu

Changelog

libbsf-java (1:2.4.0-4) unstable; urgency=low

  * Disable jython support because it is broken for jython >= 2.5.
    (Closes: #591122)
  * Remove Stefan and Arnaud from Uploaders list. Thanks to your contributions!
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:37:03 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libbsf-java_2.4.0.orig.tar.gz 196.2 KiB 5620b1e26f4082df191e3fdb2b8ef508fca3b8f009975529eb0753f46bf6c04d
libbsf-java_2.4.0-4.diff.gz 5.9 KiB 1256c52d0981d558f4d14940a5efe43965c28f0b865e23c52a1fb4cbc13280f4
libbsf-java_2.4.0-4.dsc 1.4 KiB 03b42253dd7fb4f6b1d80a61903118de5f1f7e4b9026f546e45d21ff55556efc

Available diffs

View changes file

Binary packages built by this source

libbsf-java: Bean Scripting Framework to support scripting languages in Java

 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 these scripting languages:
  * Python (using Jython)
  * JavaScript (using rhino)
  * XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces)
  * BeanShell (using bsh) via its own bsf adapter
 .
 Support for Tcl, NetRexx is not available in this Debian
 package since Jacl, NetRexx (non-free) are not packaged.