File: control

package info (click to toggle)
geronimo-commonj-spec 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 152 kB
  • ctags: 92
  • sloc: java: 140; makefile: 16; xml: 16; sh: 13
file content (32 lines) | stat: -rw-r--r-- 1,313 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
Source: geronimo-commonj-spec
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 9),
               default-jdk,
               javahelper,
               maven-repo-helper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/geronimo-commonj-spec.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/geronimo-commonj-spec.git

Package: libgeronimo-commonj-spec-java
Architecture: all
Depends: ${misc:Depends}
Description: Java API for concurrent programming of EJBs and Servlets
 The CommonJ API enables concurrent programming of EJBs and
 Servlets within a J2EE application. This API is also known
 as Timer and Work Manager API.
 .
 The CommonJ API contains the following components:
  - Timer API:
    The Timer API allows applications to schedule and receive
    timer notification callbacks for a specific listener defined
    within an application. Timers allow you to schedule and
    perform work at specific times or intervals.
  - Work Manager API:
    The Work Manager API allows an application to prioritize
    work within an EJB or Servlet. Applications can
    programmatically execute multiple work items within a
    container.