<< < 80 81 82 83 84 85 86 87 88 89 90 > >>   Sort: Rank

commons-jxpath-1.3.jar - Apache JXPath
The org.apache.commons.jxpath package defines a simple interpreter of an expression language called XPath. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof. JAR File Size and Download Location: File name: commo...
2012-03-08, 7347🔥, 0💬

FAQ for Rhino JavaScript Java Library
Where to find answers to frequently asked questions on Rhino JavaScript Java Library? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Rhino JavaScript Java Library: Download and Review Rhino JavaScript Java Library What Is Rhino JavaScript Java Librar...
2012-03-07, 9727🔥, 0💬

jacl.jar - Tcl/Java 1.4.1
Tcl/Java consists of two pieces of software. Jacl is an implementation of a Tcl interpreter written entirely in Java. Tcl Blend is a Tcl extension that provides accessto Java from inside Tcl. One can prototype Java code using Tcl, and much more. JAR File Size and Download Location: File name: jacl.j...
2012-03-07, 5707🔥, 0💬

tjc.jar - Tcl/Java 1.4.1
Tcl/Java consists of two pieces of software. Jacl is an implementation of a Tcl interpreter written entirely in Java. Tcl Blend is a Tcl extension that provides accessto Java from inside Tcl. One can prototype Java code using Tcl, and much more. JAR File Size and Download Location: File name: tjc.ja...
2012-03-07, 4416🔥, 0💬

NetRexxC.jar - NetRexx Compiler 2.5
NetRexx makes writing and using Java classes quicker and easier than writing in Java. This is accomplished by taking the simplicity of Rexx and superimposing it on the object-oriented programming concepts of Java classes, methods, and properties. JAR File Size and Download Location: File name: NetRe...
2012-03-06, 5217🔥, 0💬

NetRexxR.jar - NetRexx Runtime 2.5
NetRexx makes writing and using Java classes quicker and easier than writing in Java. This is accomplished by taking the simplicity of Rexx and superimposing it on the object-oriented programming concepts of Java classes, methods, and properties. JAR File Size and Download Location: File name: NetRe...
2012-03-06, 4637🔥, 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💬

chemistry-opencmis-commons-impl-0.6.0.jar - OpenCMIS - Apache Chemistry
Apache Chemistry OpenCMIS is a collection of Java libraries, frameworks and tools around the CMIS specification. Content Management Interoperability Services (CMIS) is an open standard that defines an abstraction layer for controlling diverse document management systems and repositories using web pr...
2012-03-04, 5615🔥, 0💬

chemistry-opencmis-commons-api-0.6.0.jar - OpenCMIS - Apache Chemistry
Apache Chemistry OpenCMIS is a collection of Java libraries, frameworks and tools around the CMIS specification. Content Management Interoperability Services (CMIS) is an open standard that defines an abstraction layer for controlling diverse document management systems and repositories using web pr...
2012-03-04, 4978🔥, 0💬

chemistry-opencmis-client-impl-0.6.0.jar - OpenCMIS - Apache Chemistry
Apache Chemistry OpenCMIS is a collection of Java libraries, frameworks and tools around the CMIS specification. Content Management Interoperability Services (CMIS) is an open standard that defines an abstraction layer for controlling diverse document management systems and repositories using web pr...
2012-03-04, 4729🔥, 0💬

chemistry-opencmis-client-bindings-0.6.0.jar - OpenCMIS - Apache Chemistry
Apache Chemistry OpenCMIS is a collection of Java libraries, frameworks and tools around the CMIS specification. Content Management Interoperability Services (CMIS) is an open standard that defines an abstraction layer for controlling diverse document management systems and repositories using web pr...
2012-03-04, 4512🔥, 0💬

chemistry-opencmis-client-api-0.6.0.jar - OpenCMIS - Apache Chemistry
Apache Chemistry OpenCMIS is a collection of Java libraries, frameworks and tools around the CMIS specification. Content Management Interoperability Services (CMIS) is an open standard that defines an abstraction layer for controlling diverse document management systems and repositories using web pr...
2012-03-04, 5021🔥, 0💬

OpenCMIS Client 0.6.0 - JAR Dependencies
What are required JAR files for OpenCMIS Client implementation 0.6.0? Apache Chemistry OpenCMIS is a collection of Java libraries, frameworks and tools around the CMIS specification. OpenCMIS Client implementation 0.6.0 was released on 06-Dec-2012 and is available at OpenCMIS - Apache Chemistry . Op...
2012-03-04, 5266🔥, 0💬

List of Java API for XML Processing (JAXP) Implementations
What is Java API for XML Processing (JAXP)? How many types of standard JAXP interfaces exist today? What are popular implementations of each standard JAXP interfaces? What is Java API for XML Processing (JAXP)? Java API for XML Processing (JAXP) are API (Application Progamming Interfaces) interfaces...
2012-03-01, 6806🔥, 0💬

aalto-xml-0.9.6.jar - Aalto XML processor
The Aalto XML processor is a next-generation StAX XML processor implementation. It is not directly related to other existing mature implementations (such as Woodstox or Sun Java Streaming XML Parser), although it did come about as a prototype for evaluating implementation strategies that differ from...
2012-02-26, 5435🔥, 0💬

sanselan-0.97-incubator.jar - Sanselan - a Pure-Java Image Library
his Pure-Java library reads and writes a variety of image formats, including fast parsing of image info (size, color space, icc profile, etc.) and metadata. This library is pure Java. It's slow, consequently, but perfectly portable. It's easier to use than ImageIO/JAI/Toolkit (Sun/Java's image suppo...
2012-02-03, 6288🔥, 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💬

What Is commons-net-3.0.1.jar
What Is commons-net-3.0.1.jar? commons-net-3.0.1.jar is the JAR file for Apache Commons Net 3.0.1, which implements the client side of many basic Internet protocols. JAR File Size and Download Location: File name: commons-net.jar, commons-net-3.0.1.jar File size: 269014 bytes Date modified: 02-Jun-2...
2012-01-31, 9393🔥, 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, 5830🔥, 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💬

<< < 80 81 82 83 84 85 86 87 88 89 90 > >>   Sort: Rank