[ 源代码: geronimo-commonj-spec ]
软件包:libgeronimo-commonj-spec-java(1.1.1-4)
libgeronimo-commonj-spec-java 的相关链接
Debian 的资源:
下载源码包 geronimo-commonj-spec:
- [geronimo-commonj-spec_1.1.1-4.dsc]
- [geronimo-commonj-spec_1.1.1.orig.tar.gz]
- [geronimo-commonj-spec_1.1.1-4.debian.tar.xz]
维护者:
相似软件包:
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.