geronimo-commonj-spec 1.1.1-2 source package in Ubuntu
Changelog
geronimo-commonj-spec (1.1.1-2) unstable; urgency=low [ Stephen Nelson ] * Team upload. * Provide Maven artifact (Closes: #729017). * Bump DH compat to 9. * Update Vcs-* URLs. * Wrap Build-Depends list. [ Miguel Landaeta ] * Update maintainer's email address. * Make d/copyright compliant with 1.0 copyright format. -- Stephen Nelson <email address hidden> Wed, 08 Jan 2014 23:11:59 -0300
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
geronimo-commonj-spec_1.1.1-2.dsc | 2.0 KiB | f8beeb76d5a027c927abf49e36a3e9f2cf75b357edb8817aae5f151ca3551351 |
geronimo-commonj-spec_1.1.1.orig.tar.gz | 7.0 KiB | ef1d8a0261cb124bc802a132a443ee6d39c6bfe613cb23380525e92f18854297 |
geronimo-commonj-spec_1.1.1-2.debian.tar.xz | 2.5 KiB | ed3c5fd06fdd074ccfe29f2cc0fc06cc8ebc7dff04047d56852a485f7c22be27 |
Available diffs
- diff from 1.1.1-1 (in Ubuntu) to 1.1.1-2 (1.8 KiB)
No changes file available.
Binary packages built by this source
- libgeronimo-commonj-spec-java: 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.