File: control

package info (click to toggle)
geronimo-activation-1.1-spec 1.0.2-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 228 kB
  • ctags: 298
  • sloc: java: 1,718; xml: 64; makefile: 20; sh: 11
file content (27 lines) | stat: -rw-r--r-- 1,337 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
Source: geronimo-activation-1.1-spec
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends-Indep: default-jdk, maven-repo-helper
Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
Standards-Version: 3.8.4

Package: libgeronimo-activation-1.1-spec-java
Architecture: all
Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends}
Description: Java Activation Framework implementation from Apache Geronimo
 Apache Geronimo is an open source application server developed by the Apache
 Software Foundation and distributed under the Apache license. Geronimo is
 currently compatible with the Java Enterprise Edition (Java EE) 5.0
 specification. 
 .
 The JavaBeans Activation Framework (JAF) extension to Java allows developers
 to determine the type of an arbitrary piece of data, to encapsulate access to
 it, to discover the operations available on it, and to instantiate the
 appropriate bean to perform said operation(s). For example, if a browser
 obtained a PNG image, JAF would help the browser to identify that stream of
 data as a PNG image, and the browser can instantiate an object to display that
 image.
 .
 Another DFSG free JAF implementation is available from the Glassfish project.