<< < 23 24 25 26 27 28 29 30 31 32 33 > >>   Sort: Date

axis2-xmlbeans-1.4.1.jar - Axis2 XML Beans
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 learned from Apache Axis. JAR File Size and Download Location: File name: axis2-xmlbeans.jar, axis2-xmlbeans-1.4.1.jar File size: 26876 bytes Date...
2009-07-03, 7594🔥, 0💬

Version of Apache Xerces Used in Java SE 8
Which version of Apache Xerces is included in Java SE 8? Java SE includes Apache Xerces implementations to support DOM, SAX and other XML related APIs. If you want to know which version of Apache Xerces is included in Java SE 8, you can try the following command: &gt;\fyicenter\jdk-1.8.0\b in\jav...
2017-09-08, 7593🔥, 0💬

Firefox Setting to Run JNLP File
How to configure Firefox browser to automatically run JNLP files. I have JRE (Java Runtime Environment) installed. If you have JRE (Java Runtime Environment) installed, you can follow these steps to configure Firefox browser to automatically run JNLP files, when it is clicked: 1. Run Firefox browser...
2017-12-26, 7575🔥, 0💬

opensaml-2.3.1.jar - Open Source SAML - Part 4
OpenSAML is a set of open source C++ & Java libraries meant to support developers working with the Security Assertion Markup Language (SAML). OpenSAML 2, the current version, supports SAML 1.0, 1.1, and 2.0. Additionally, various development groups have found the framework created to support Ope...
2010-12-23, 7563🔥, 0💬

What Is ANTLR Parser Generator
What is ANTLR Parser Generator? ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that c...
2018-10-20, 7555🔥, 0💬

saxon-9.1.0.8.jar - Saxon - Part 2
Saxon is an open source product available under the Mozilla Public License. It provides implementations of XSLT 2.0, XQuery 1.0, and XPath 2.0 at the basic level of conformance defined by W3C. JAR File Size and Download Location: File name: saxon.jar, saxon9.jar, saxon-9.1.0.8.jar File size: 5046534...
2010-04-16, 7538🔥, 0💬

xom-1.2.3.jar - XOM 1.2.3
XOMâ„¢ is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness, simplicity, and performance, in that order. JAR File Size and Download Location: File name: xom.jar, xom-1.2.3.jar File size: 308303 bytes Date modified: 10/07/2009 ...
2009-11-10, 7535🔥, 0💬

msv-20081113.jar - XML Multi Schema Validator 20081113
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. This latest (version 1.2) release includes several bug fixes and a...
2009-02-08, 7531🔥, 0💬

cglib-nodep-2.2.3.jar - CGLib
cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime. See samples and API documentation to learn more about features. JAR File Size and Download Location: File name: cglib.jar, cglib-nodep-2.2.3.jar File siz...
2022-06-01, 7528🔥, 2💬

What Is XMLBeans xmlpublic.jar 2.6.0
What Is XMLBeans xmlpublic.jar 2.6.0? XMLBeans xmlpublic.jar 2.6.0 is the JAR file for Apache XMLBeans Public API 2.6.0. xmlpublic.jar 2.6.0 is distributed in Apache XMLBeans-2.6.0.zip Apache XMLBeans is Java library for accessing XML by binding it to Java types. JAR File Size and Download Location:...
2011-07-12, 7505🔥, 0💬

cssparser-0.9.7.jar - CSS Parser
The CSS2 Parser inputs CSS2 source text and outputs a DOM tree. Applications can also use SAC: The Simple API for CSS. The parser allow developers working with Java to incorporate Cascading Style Sheet information into their applications. JAR File Size and Download Location: File name: cssparser.jar...
2012-12-14, 7502🔥, 0💬

axis2-json-1.5.jar - Axis2 JSON
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-json.jar, axis2-json-1.5.jar File size: 16894 bytes Date modified: ...
2009-08-11, 7496🔥, 0💬

axis2-ant-plugin-1.4.1.jar - Axis2 Ant Plugin
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 learned from Apache Axis. JAR File Size and Download Location: File name: axis2-ant-plugin.jar, axis2-ant-plugin-1.4.1.jar File size: 16736 bytes ...
2009-07-03, 7492🔥, 0💬

jaligner-1.0.jar - JAligner - Java implementation of the Smith-Waterman algorithm
JAligner is an open source Java implementation of the Smith-Waterman algorithm with Gotoh's improvement for biological local pairwise sequence alignment using the affine gap penalty model. JAR File Size and Download Location: File name: jaligner.jar, jaligner-1.0.jar File size: 164489 bytes Date mod...
2016-05-10, 7478🔥, 1💬

💬 2016-05-10 venu: testing for my requirement

saaj-api-1.3.jar - SAAJ API 1.3
The SOAP with Attachments API for JavaTM (SAAJ) 1.3 provides the API for creating and sending SOAP messages by means of the javax.xml.soap package. It is used for the SOAP messaging that goes on behind the scenes in JAX-RPC and JAXR implementations. Developers can also use it to write SOAP messaging...
2009-11-20, 7476🔥, 0💬

Java Library JAR List
How to get a list of JAR files of Java Libraries? Here is a list of JAR files of Java Libraries compiled by FYIcenter.com. It provides the JAR names, Library names and their parimary Package names. Leave a message in the comment, if you have issues getting any of the JAR files. Year JAR File JDK Pri...
2023-10-03, 7473🔥, 4💬

💬 2023-10-03 manan: hello

asm-util-3.2.jar - ASM 3.2 Utilities
ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow to easily assemble custom complex transformations and code analys...
2009-07-03, 7470🔥, 0💬

What Is sqljdbc_6.0 sqljdbc42.jar?
What Is sqljdbc_6.0 sqljdbc42.jar? sqljdbc_6.0 sqljdbc42.jar is the JAR files of sqljdbc 6.0 JDBC 4.2 Java library for SQL Server. sqljdbc_6.0 sqljdbc42.jar is distributed as part of the sqljdbc_6.0.7728.100_enu.tar.g zdownload file. JAR File Size and Download Location: JAR name: sqljdbc42.jar Targe...
2017-09-22, 7466🔥, 1💬

💬 2017-09-22 Shubham: thanks

taglibs-xsl-1.0.1.jar - Simple XSL Tag library 1.0.1
The XSL custom tag library contains an working examples of the tags described in the JSP specification, Version 1.1. As such, the tags are focused more on being examples of custom tag library code techniques, and less on being useful in production applications. With this custom tag library you can p...
2009-02-07, 7463🔥, 0💬

woden-impl-dom-1.0M8.jar - Apache Woden DOM Impl. 1.0.M8
Woden DOM Implementation, Release 1.0.M8, is a Java API class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL. JAR File Size and Download Location: File name: wo...
2009-02-01, 7457🔥, 0💬

proxool-cglib-0.9.1.jar - Proxool
JAR File Size and Download Location: File name: proxool-cglib.jar, proxool-cglib-0.9.1.jar File size: 334469 bytes Date modified: 23-Aug-2008 Download: Proxool Manifest of the JAR: List of Classes in the JAR: org/logicalcobwebs/cglib/asm/A ttributeorg/logicalcobwebs/cglib/asm/B yteVectororg/logicalc...
2017-05-21, 7443🔥, 3💬

💬 2016-10-19 lxj: jdk

Source Code for Apache Log4j Flume Appender
Apache Log4j Flume Appender allows applications to send events to Flume Agents. Bytecode (Java 8) for Apache Log4j Flume Appender is provided in a separate JAR file like log4j-flume-ng-2.14.1.jar. Source Code files for Apache Log4j IOStreams are provided in both binary packge like apache-log4j-2.14....
2015-11-04, 7439🔥, 0💬

commons-logging.jar, What Is It?
What is commons-logging.jar? commons-logging.jar, Apache Commons Logging Java library, is an ultra-thin bridge between different logging implementations. A library that uses the commons-logging API can be used with any logging implementation at runtime. Commons-logging comes with support for a numbe...
2015-04-27, 7435🔥, 0💬

commons-validator-1.3.1.jar - Apache data validator
A common issue when receiving data either electronically or from user input is verifying the integrity of the data. This work is repetitive and becomes even more complicated when different sets of validation rules need to be applied to the same set of data based on locale. Error messages may also va...
2011-01-04, 7433🔥, 0💬

<< < 23 24 25 26 27 28 29 30 31 32 33 > >>   Sort: Date