<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   Sort: Rank

maven-ant-tasks-2.1.3.jar - Maven Ant Tasks
The Mavent Ant Tasks allow several of Maven's artifact handling features to be used from within an Ant build. These include: Dependency management - including transitive dependencies, scope recognition and SNAPSHOT handling; Artifact deployment - deployment to a Maven repository (file integrated, ot...
2012-12-07, 4399🔥, 0💬

maven-ant-tasks-2.1.3.jar - Maven Ant Tasks - Part 2
The Mavent Ant Tasks allow several of Maven's artifact handling features to be used from within an Ant build. These include: Dependency management - including transitive dependencies, scope recognition and SNAPSHOT handling; Artifact deployment - deployment to a Maven repository (file integrated, ot...
2012-12-07, 3920🔥, 0💬

geronimo-servlet_2.4_spec-1.1.jar - Servlet Spec API
geronimo-servlet_2.4_spec-1.1. jaris the Apach Geronimo implementation of Servlet Spec API. geronimo-servlet_2.4_spec-1.1. jaris included in Apach Commons Transaction binary package. A servlet is a Java programming language class used to extend the capabilities of servers that host applications acce...
2012-04-06, 4993🔥, 0💬

geronimo-jta_1.0.1B_spec-1.1.jar - JTA Spec API
geronimo-jta_1.0.1B_spec-1.1.j aris the Apach Geronimo implementation of JTA Spec API. geronimo-jta_1.0.1B_spec-1.1.j aris included in Apach Commons Transaction binary package. Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a d...
2012-04-05, 6055🔥, 0💬

geronimo-j2ee-connector_1.5_spec-1.1.jar - J2EE Connector Spec API
geronimo-j2ee-connector_1.5_sp ec-1.1.jaris the Apach Geronimo implementation of J2EE Connector Spec API. geronimo-j2ee-connector_1.5_sp ec-1.1.jaris included in Apach Commons Transaction binary package. The J2EE Connector architecture provides a Java solution to the problem of connectivity between ...
2012-04-05, 4893🔥, 0💬

commons-transaction-1.2.jar - Apache Commons Transaction
Commons Transaction aims at providing lightweight, standardized, well tested and efficient implementations of utility classes commonly used in transactional Java programming. Initially there are implementations for multi level locks, transactional collections and transactional file access. There may...
2012-04-04, 5009🔥, 0💬

commons-scxml-0.9.jar - Apache Commons SCXML
State Chart XML (SCXML) is currently a Working Draft published by the World Wide Web Consortium (W3C). SCXML provides a generic state-machine based execution environment based on Harel State Tables. SCXML is a candidate for the control language within multiple markup languages coming out of the W3C ...
2012-04-04, 4249🔥, 0💬

commons-launcher.jar - Apache Commons Launcher 1.1
The Launcher Component is designed to be a cross platform Java application launcher. Commons-launcher eliminates the need for a batch or shell script to launch a Java class. JAR File Size and Download Location: File name: commons-launcher.jar, commons-launcher-1.1.jar File size: 44512 bytes Date mod...
2012-04-03, 5116🔥, 0💬

commons-configuration-1.8.jar - Apache Commons Configuration
The Commons Configuration software library provides a generic configuration interface which enables a Java application to read configuration data from a variety of sources. Commons Configuration provides typed access to single, and multi-valued configuration parameters. JAR File Size and Download Lo...
2012-04-02, 6203🔥, 0💬

commons-daemon-1.0.10.jar - Apache Commons Daemon
Apache Commons Daemon can be used to run executables or java applications as windows service or UNIX daemon. JAR File Size and Download Location: File name: commons-daemon.jar, commons-daemon-1.0.10.jar File size: 24242 bytes Date modified: 24-Feb-2012 Download: Apache Commons Daemon Manifest of the...
2012-04-02, 5046🔥, 0💬

commons-chain-1.2.jar - Apache Commons Chain
Commons Chain - A popular technique for organizing the execution of complex processing flows is the "Chain of Responsibility" pattern, as described (among many other places) in the classic "Gang of Four" design patterns book. Although the fundamental API contracts required to implement this design p...
2012-03-30, 5966🔥, 0💬

qdox-1.6.1.jar - QDox - Quick JavaDoc Scanner
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. JAR File Size and Download Location: File name: qdox.jar, qdox-1.6.1.jar File size...
2012-03-30, 3971🔥, 0💬

commons-attributes-api-2.2.jar - Apache Commons Attributes
Commons Attributes enables Java programmers to use C#/.Net-style attributes in their code. JAR File Size and Download Location: File name: commons-attributes-api.jar, commons-attributes-api-2.2.jar File size: 36718 bytes Date modified: 03-Aug-2006 Download: Apache Commons Attributes Manifest of the ...
2012-03-29, 5052🔥, 0💬

qdox-1.5.jar - QDox - Quick JavaDoc Scanner
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. JAR File Size and Download Location: File name: qdox.jar, qdox-1.5.jar File size: ...
2012-03-29, 4143🔥, 0💬

jsr250-api-1.0.jar - JSR 250 - Common Annotations for the Java Platform
JSR 250: Common Annotations for the Java Platform defines annotations for common semantic concepts in the J2SE and J2EE platforms that apply across a variety of individual technologies. With the addition of JSR 175 (A Metadata Facility for the Java Programming Language) in the Java platform we envis...
2012-03-05, 6984🔥, 0💬

jsr181-api-1.0-MR1.jar - JSR 181 - Web Services Metadata for the Java Platform
JSR 181: Web Services Metadata for the Java Platform defines an annotated Java syntax for programming Web Services. The principal goal of the specification is to provide a simplified model for web services development that is easy to learn and quick to develop with. The specification will focus on e...
2012-03-05, 5151🔥, 0💬

commons-proxy-1.0.jar - Apche Commons Proxy
The Proxy design pattern allows you to provide "a surrogate or placeholder for another object to control access to it". Proxies can be used in many ways. Some of which are: Deferred Initialization - the proxy acts as a "stand-in" for the actual implementation allowing it to be instantiated only when...
2012-02-02, 4927🔥, 0💬

commons-primitives-1.0.jar - Apache Commons Primitives
The Java language is mostly Object based, however the original designers chose to include eight primitive types - boolean, byte, char, double, float, int, long and short. Commons Primitives provides a library of collections and utilities specially designed for use with primitive types. JAR File Size...
2012-02-02, 4487🔥, 0💬

commons-math-2.2.jar - Commons Mathematics Library
Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang. JAR File Size and Download Location: File name: commons-math.jar, commons-math-2.2.jar File size: 988514 ...
2012-01-31, 5827🔥, 0💬

commons-modeler-2.0.1.jar - The Modeler Component
Java Management Extensions (JMX) is an API that facilitates building management applications that can configure, and perform operations on, a server application. In general, each manageable component of the server application is represented by a Management Bean (or MBean, for short). JMX defines thr...
2012-01-30, 4420🔥, 0💬

What Is commons-lang3-3.1.jar
What Is commons-lang3-3.1.jar? commons-lang3-3.1.jar is the JAR file for Apache Commons Lang 3.1, which provides a host of helper utilities for the java.lang API. commons-lang3-3.1.jar is distributed as part of the commons-lang3-3.1-bin.zip download file. JAR File Size and Download Location: File na...
2012-01-30, 25484🔥, 0💬

jcs-1.3.jar - JCS (Java Caching System)
JCS (Java Caching System) is a distributed caching system written in java. It is intended to speed up applications by providing a means to manage cached data of various dynamic natures. Like any caching system, JCS is most useful for high read, low put applications. Latency times drop sharply and bo...
2012-01-27, 6137🔥, 0💬

commons-jci-fam-1.0.jar - Apache JCI (Java Compiler Interface)
JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. A...
2012-01-16, 4076🔥, 0💬

commons-jci-janino-1.0.jar - Apache JCI (Java Compiler Interface)
JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. A...
2012-01-13, 3603🔥, 0💬

<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   Sort: Rank