File: control.svn-base

package info (click to toggle)
libbsf-java 1%3A2.4.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,036 kB
  • ctags: 2,470
  • sloc: java: 5,373; xml: 211; ansic: 182; python: 57; makefile: 15
file content (35 lines) | stat: -rw-r--r-- 1,741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: libbsf-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Stefan Gybas <sgybas@debian.org>, Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 4.2.30), cdbs
Build-Depends-Indep: ant, ant-optional, java-gcj-compat-dev, libservlet2.4-java, libxalan2-java, jython, junit
Standards-Version: 3.7.3

Package: libbsf-java
Architecture: all
Section: libs
Depends: java-gcj-compat | java1-runtime | java2-runtime
Suggests: libservlet2.4-java, libxalan2-java, jython, rhino, bsh
Description: 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.
 .
 See http://jakarta.apache.org/bsf/ for more information about BSF.