<< < 13 14 15 16 17 18 19 20 21 22 23 > >>   Sort: Date

jaxrpc-impl-1.1.3.jar - JAX-RPC Implementation 1.1.3 - Part 2
JAX-RPC is an API for building Web services and clients that used remote procedure calls (RPC) and XML. Often used in a distributed client/server model, an RPC mechanism enables clients to execute procedures on other systems. In JAX-RPC, a remote procedure call is represented by an XML-based protoco...
2009-11-26, 10158🔥, 0💬

jline-0.9.9.jar - JLine
JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar. JAR File Size...
2009-09-09, 10143🔥, 0💬

xpp3-1.1.4c.jar - XML Pull Parser 3rd Edition
Xml Pull Parser (in short XPP) is a streaming pull XML parser and should be used when there is a need to process quickly and efficiently all input elements (for example in SOAP processors). Pull parsing is just one level up from tokenizing XML (and that is actually how XPP2 default implementation is...
2009-02-08, 10128🔥, 0💬

xsdlib-20030807.jar - MSV XSD Library
The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1. JAR File Size and Download Location: File name: xsdlib.jar, xsdlib...
2009-02-08, 10121🔥, 0💬

saxpath-1.0.jar - Simple API for XPath
The SAXPath project stands for Simple API for XPath. SAXPath is similar to SAX in that the API abstracts away the details of parsing and processing the data and provides a simple event based callback interface. It's a very useful tool for writing XPath related applications. JAR File Size and Downloa...
2009-11-09, 10116🔥, 0💬

commons-pool-1.3.jar - Apache Commons Pool 1.3
Commons Pool provides an Object-pooling API, with three major aspects: 1. A generic object pool interface that clients and implementors can use to provide easily interchangable pooling implementations. 2. A toolkit for creating modular object pools. 3. Several general purpose pool implementations. J...
2010-03-09, 10099🔥, 0💬

jaxp-api-1.4.2.jar - JAXP API 1.4.2
JAXP (Java API for XML Processing) API, Release 1.4.2, is the reference implementation of the JAXP specification. The current code base supports JAXP 1.3 and 1.4. JAR File Size and Download Location: File name: jaxp-api.jar, jaxp-api-1.4.2.jar File size: 219086 bytes Date modified: 05/30/2007 Downlo...
2009-02-03, 10050🔥, 0💬

JDK 11 jdk.sctp.jmod - SCTP Module
JDK 11 jdk.sctp.jmod is the JMOD file for JDK 11 SCTP module. JDK 11 SCTP module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jd k.sctp.jmod.JDK 11 SCTP module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modu lesJImage file. JDK 11 SCTP module s...
2020-04-14, 10049🔥, 0💬

axis2-java2wsdl-1.5.jar - Axis2 Java2WSDL
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the widely used Apache Axis SOAP stack, built on the lessons learnt from Apache Axis. JAR File Size and Download Location: File name: axis2-java2wsdl.jar, axis2-java2wsdl-1.5.jar File size: 25974 bytes Date ...
2009-08-04, 10038🔥, 0💬

geronimo-saaj_1.3_spec-1.0.1.jar - Geronimo SAAJ
The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Our most popular distribution is a fully certified Java EE 5 application server runtime. JAR...
2009-12-28, 10031🔥, 0💬

org.eclipse.core.jobs.jar - Eclipse Framework 3.2.0
Provides core support for scheduling and interacting with background activity. JAR File Size and Download Location: File name: org.eclipse.core.jobs.jar File size: 74797 bytes Date modified: 09/18/2007 Download: Eclipse Platform Manifest of the JAR: Bundle-Activator: org.eclipse.core.internal.jobs .J...
2010-01-20, 9986🔥, 0💬

taglibs-session-1.0.1.jar - Session Tag library 1.0.1
The Session JSP tag library provides tags for reading or modifying client HttpSession information. A servlet container uses an HttpSession to store information about a clients session on the server. By default a JSP page will create a session for a user. The user is tied to the session using either ...
2009-02-07, 9971🔥, 0💬

ant-1.8.0.jar - Apache Ant - Part 2
Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles. JAR File Size and Download Location: File name: ant.jar, ant-1.8.0.jar File size: 1506140 bytes Date modified: 02/01/2010 Download: Apache Ant List of Classes in the JAR: &lt;&lt; Previous par...
2010-05-05, 9962🔥, 0💬

velocity-1.7.jar - Apache Velocity Engine
Velocity is a Java-based template engine. It permits web page designers to reference methods defined in Java code. Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on cre...
2011-02-15, 9958🔥, 0💬

pkcs12import-2.0.ea2.jar - PKCS-12 Import Tool
pkcs12import is a tool to import the contents (key/certificate pair) of a PKCS-12 file into a keystore. JAR File Size and Download Location: File name: pkcs12import.jar, pkcs12import-2.0.ea2.jar File size: 4013 bytes Date modified: 11/01/2009 Download: PKCS-12 Import Tool (part of JWSDP) Manifest of...
2010-01-12, 9944🔥, 0💬

jsch-0.1.31.jar - Java Secure Channel
JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. JAR File Size and Download Location: F...
2009-02-08, 9940🔥, 0💬

commons-beanutils-1.8.3.jar - Apache JavaBeans Utilities
Most Java developers are used to creating Java classes that conform to the JavaBeans naming patterns for property getters and setters. It is natural to then access these methods directly, using calls to the corresponding getXxx and setXxx methods. However, there are some occasions where dynamic acce...
2011-01-04, 9933🔥, 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, 9913🔥, 0💬

ant-1.7.1.jar - Apache Ant 1.7.1
Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles. JAR File Size and Download Location: File name: ant.jar, ant-1.7.1.jar File size: 1323005 bytes Date modified: 06/27/2008 Download: Apache Ant 1.7.1 Manifest of the JAR: Main-Class: org.apache.tools.a...
2009-02-08, 9910🔥, 0💬

dom4j-1.3.jar - XML framework for Java
dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP. JAR File Size and Download Location: File name: dom4j.jar, dom4j-1.3.jar File size: 456914 bytes Date modified: 08/...
2009-10-15, 9827🔥, 0💬

bigraphbean.jar - BI Beans 10.1.2.2
Oracle Business Intelligence (BI) Beans enables developers to productively build business intelligence applications that take advantage of the rich OLAP functionality in the Oracle database. OracleBI Beans includes presentation beans - graph and crosstab, data beans - query and calculation builders ...
2009-08-26, 9820🔥, 0💬

What Is log4j-1.2.14.jar
What Is log4j-1.2.14.jar? I got the JAR file from logging-log4j-1.2.14.zip. log4j-1.2.14.jar is the version 1.2.14 of Log4j JAR library file. Log4j is a logging library for Java applications developed by Apache Software Foundation. JAR File Size and Download Location: JAR name: log4j.jar, log4j-1.2....
2015-11-22, 9791🔥, 0💬

tritonus_share.jar - Tritonus Java Sound Implementation
tritonus_share.jar provides the base and utility classes for plug-ins of Tritonus Java Sound implementation. JAR File Size and Download Location: File name: tritonus_share.jar File size: 102723 bytes Date modified: 04-Dec-2004 Download: Tritonus Share Classes Manifest of the JAR: List of Classes in ...
2011-10-25, 9783🔥, 0💬

jspeex0.9.7.jar - JSpeex Speex Speech Codec
JSpeex is a Java port of the Speex speech codec (Open Source/Free Software patent-free audio compression format designed for speech). It provides both the decoder and the encoder in pure Java, as well as a JavaSound SPI. JAR File Size and Download Location: File name: jspeex.jar, jspeex0.9.7.jar Fil...
2019-01-26, 9772🔥, 2💬

💬 2019-01-26 FYIcenter.com: @zhangshan, Download jspeex0.9.7.jar and try it!

💬 2019-01-22 zhangshan: I need speex lib to deal with record files

<< < 13 14 15 16 17 18 19 20 21 22 23 > >>   Sort: Date