<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   ∑:2539  Sort:Date

What Is commons-logging-1.0.4.jar?
What Is commons-logging-1.0.4.jar? commons-logging-1.0.4.jar is the JAR file for Apache Commons Logging 1.0.4, which 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. JAR File Size an...
2015-04-27, ≈14🔥, 0💬

socket\DelayedInput.java - Apache Xerves Socket Sample
What is the socket\DelayedInput.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 installed. socket\DelayedInput.java provided in the Apache Xerces package delays the input to the SAX parser to simulate reading data from a socket where data is not always immediately available. ...
2017-09-28, ≈14🔥, 0💬

commons-pool-1.5.jar - Apache Commons Pool 1.5
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, ≈14🔥, 0💬

commons-logging-1.2-src.zip - Apache Commons Logging
commons-logging-1.2-src.zip is the source ZIP file for Apache Commons Logging 1.2, which 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. ZIP File Size and Download Location: JAR nam...
2018-10-25, ≈14🔥, 0💬

iText for PDF Generation
Where to find answers to frequently asked questions on iText for PDF Generation? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on iText for PDF Generation: Download and Install iText Java Library What Is iText Java Library Download and Install iText7-C...
2009-10-13, ≈13🔥, 0💬

jaxp-ri-1.4.2.jar - JAXP Reference Implementation 1.4.2 Part 5
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-ri.jar, jaxp-ri-1.4.2.jar File size: 4499218 bytes Date modified: 05/30/2007 Downloa...
2009-02-03, ≈13🔥, 0💬

saaj-imp-1.3.jar - SAAJ 1.3 Implementation
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-23, ≈13🔥, 0💬

jstl-api-1.0.6.jar - Jakarta Standard 1.0 Taglib - API
JSP(tm) Standard Tag Library 1.0 implementation - Jakarta Taglibs hosts the Standard Taglib 1.0, an implementation of the JSP Standard Tag Library (JSTL), version 1.0, which was developed under the Java Community Process. JAR File Size and Download Location: File name: jstl.jar, jstl-1.0.6.jar, jstl...
2009-02-07, ≈13🔥, 0💬

What Is jtds-1.2.1.jar?
What Is jtds-1.2.1.jar? jtds-1.2.1.jar is the JAR files of jTDS Java library 1.2.1, which is a JDBC Driver for SQL Server and Sybase. JAR File Size and Download Location: File name: jtds.jar, jtds-1.2.1.jar File size: 294523 bytes Date modified: 07/12/2007 Download: jTDS Website Manifest of the JAR:...
2009-09-08, ≈13🔥, 0💬

Source Code for Apache Log4j Web Servlet Containers
Apache Log4j Web Servlet Containers provides support for automatically enabling Log4j in Servlet containers. Bytecode (Java 8) for Apache Log4j Web Servlet Containers is provided in a separate JAR file like log4j-web-2.14.1.jar. Source Code files for Apache Log4j IOStreams are provided in both binar...
2015-11-04, ≈13🔥, 0💬

Verify XML Element Name with dom\GetElementsByTagName.java
How to verify if an XML contains a specific element with dom\Writer.java provided in the Apache Xerces package? You can verify if an XML contains a specific element with dom\Writer.java provided in the Apache Xerces package as shown below. Compile and run dom\Writer.java with "-e" option to search f...
2017-11-11, ≈13🔥, 0💬

axis2-saaj-api-1.4.1.jar - Axis2 SAAJ API
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-saaj-api.jar, axis2-saaj-api-1.4.1.jar File size: 31136 bytes Date...
2009-02-11, ≈13🔥, 0💬

What Is xercesImpl-2.6.2.jar
What Is xercesImpl-2.6.2.jar? xercesImpl-2.6.2.jar is the JAR file for Apache Xerces Java XML Parser 2.6.2. Apache Xerces Java XML Parser contains codes for parsing, validating and manipulating XML documents.. JAR File Size and Download Location: JAR file name: xercesImpl.jar, xercesImpl-2.6.2.jar F...
2012-12-06, ≈13🔥, 0💬

commons-email-1.2.jar - Apache EMail
Commons Email aims to provide a API for sending email. It is built on top of the Java Mail API, which it aims to simplify. Some of the mail classes that are provided are as follows: SimpleEmail - This class is used to send basic text based emails. MultiPartEmail - This class is used to send multipar...
2024-07-29, ≈13🔥, 6💬

💬 2024-07-29 客人: good

💬 2023-05-24 Bekarah: Like it

💬 2023-04-11 Jession: good

(More comments ...)

ui\TreeViewer.java - Apache Xerves UI Sample
What is the ui\TreeViewer.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 installed. ui\TreeViewer.java provided in the Apache Xerces package presents a GUI (Graphical User Interface) for you to view the tree structure of XML documents. Here is how to run ui\TreeViewer.java, ...
2017-09-20, ≈13🔥, 0💬

"jar -uvf" Command to Replace a File in a JAR
What are "jar" commands to replace 1 class file in a JAR file? I need to modify one class file and put it back to the JAR. If you have a large JAR file and just want to replace 1 class file with a modified version, you can follow these steps: 1. Get the source code of that 1 class file. 2. Make chan...
2016-06-13, ≈13🔥, 0💬

Install Apache Maven on CentOS Computers
How to download and install Apache Maven on CentOS Computers? Apache Maven is a software project management and comprehension tool. You can follow these steps to download and install Apache Maven on CentOS Computers: 1. Go to the Apache Maven Website . 2. Click the "Download" link from the left side...
2025-04-05, ≈13🔥, 0💬

FAQ for JDK (Java Development Kit)
Where to find answers to frequently asked questions on JDK (Java Development Kit)? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on JDK (Java Development Kit): FAQ for JDK (Java Development Kit) 17 Understanding JDK (Java Development Kit) What Is JDK (...
2018-11-04, ≈13🔥, 0💬

FAQ for jaxb-*.jar - Java Architecture for XML Binding
Where to find answers to frequently asked questions on jaxb-*.jar - Java Architecture for XML Binding? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team jaxb-*.jar - Java Architecture for XML Binding: JAXB (Java Architecture for XML Binding) API Specificat...
2010-01-05, ≈13🔥, 0💬

c3p0-0.9.0.jar - c3p0
c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2. In particular, c3p0 provides several useful services: 1) Classes which adapt traditional DriverManager-based JDB...
2010-04-30, ≈13🔥, 0💬

jaxb-xjc-2.1.6.jar - JAXB XJC 2.1.6
What Is jaxb-xjc-2.1.6.jar? --- Answer Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java classes to XML representations. jaxb-xjc-2.1.6.jar is the XJC (XML to Java Compiler) for of the JAXB API 2.1.6 specification. JAR File Size and Download Location: Fil...
2009-11-01, ≈13🔥, 0💬

Download and Review Apache XMLBeans JAR Library
Where to find answers to frequently asked questions on Downloading and Reviewing Apache XMLBeans JAR library? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading and Reviewing Apache XMLBeans JAR library: What Is Apache XMLBeans Donwload Apach...
2022-06-30, ≈13🔥, 7💬

💬 2022-06-30 sxyching: thank you

💬 2020-10-26 111: thank you

💬 2018-03-23 z: good

axiom-1.2.8.jar - AXis Object Model 1.2.8
AXIOM stands for AXis Object Model (also known as OM - Object Model) and refers to the XML infoset model that was initially developed for Apache Axis2. XML infoset refers to the information included inside the XML and for programmatical manipulation it is convenient to have a representation of this ...
2009-02-03, ≈13🔥, 0💬

commons-dbutils-1.4.jar - Apache Commons DbUtils
The Commons DbUtils library is a small set of classes designed to make working with JDBC easier. JDBC resource cleanup code is mundane, error prone work so these classes abstract out all of the cleanup tasks from your code leaving you with what you really wanted to do with JDBC in the first place: q...
2012-04-03, ≈13🔥, 0💬

<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   ∑:2539  Sort:Date