<< < 64 65 66 67 68 69 70 71 72 73 74 > >>   ∑:2539  Sort:Date

jboss-aop-2.1.0.CR3.jar - JBoss Microcontainer
The JBoss Microcontainer is a refactoring of JBoss's JMX Microkernel to support direct POJO deployment and standalone use outside the JBoss application server. jboss-aop.jar is the AOP Framework module. JAR File Size and Download Location: File name: jboss-aop.jar, jboss-aop-2.1.0.CR3.jar File size:...
2014-02-28, ∼3665🔥, 0💬

JUnit 3.8.1 Example Program for Hamcrest 1.3
Where can I find an example program to use JUnit 3.8.1 with Hamcrest 1.3? Hamcrest is a framework for writing matcher objects allowing 'match' rules to be defined declaratively. The hamcrest-generator-1.3.zip contains a some examples on how to use Hamcrest with JUnit 3.x and JUnit 4.x in the "hamcre...
2016-03-25, ∼3663🔥, 0💬

Run msgsend.java with Gmail SMTP Server
How to run msgsend.java in javamail1_4_7.zip with Gmail using SSL SMTP protocol? I have a valid Gmail email account. msgsend.java in javamail1_4_7.zip can be used to send out a simple text mail message through Gmail server using SSL SMTP protocol. Here is an execution session of folderlist.java: fyi...
2016-01-27, ∼3660🔥, 0💬

What Is SJP (Scripting for the Java Platform)
What is SJP (Scripting for the Java Platform)? SJP (Scripting for the Java Platform) is an API specification developed by JCP (Java Community Process) as JSR 223 "Java Specification Request 223 - Scripting for the JavaTM Platform". The SJP API consists of a framework that allows Java Scripting Engin...
2017-08-03, ∼3652🔥, 0💬

Download and Review Apache HttpComponents-*.jar
Where to find answers to frequently asked questions on Downloading and Reviewing Apache HttpComponents-*.jar. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading and Reviewing HttpComponents-*.jar: What Is Apache HttpComponents Download and In...
2017-07-04, ∼3648🔥, 0💬

hibernate-envers-4.2.7.Final.jar - Hibernate 4
Hibernate is an Object/Relational Mapper tool. It's very popular among Java applications and implements the Java Persistence API. hibernate-envers.jar is the Envers module. JAR File Size and Download Location: File name: hibernate-envers.jar, hibernate-envers-4.2.7.Final.j arFile size: 413743 bytes ...
2014-02-11, ∼3648🔥, 0💬

Download and Install jms-1_1-fr-apidocs.zip
How to download and install jms-1_1-fr-apidocs.zip? I want to use the jms.jar file to support Java Message Service. If you want to use jms.jar which is the Sun implementation of JMS (Java Message Service) 1.1, you can follow these steps to download and install jms-1_1-fr-apidocs.zip: 1. Go to the JM...
2016-04-06, ∼3644🔥, 0💬

What Is JarAnalyzer
What Is JarAnalyzer? JarAnalyzer is a dependency management utility for JAR files developed by Kirk Knoernschild. It's primary purpose is to traverse through a directory, parse each of the JAR files in that directory, and identify the dependencies between the JAR files. The output is an XML file rep...
2015-06-10, ∼3644🔥, 0💬

What Is fop-0.93-bin-jdk1.4.zip
What Is fop-0.93-bin-jdk1.4.zip? I downloaded it from the Apache FOP Website. fop-0.93-bin-jdk1.4.zip is the binary package of Apache FOP 0.93 compiled for JDK 1.4 in ZIP format. FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO). Below is the informati...
2016-02-13, ∼3641🔥, 0💬

msgsend Demo Program in JavaMail 1.4.7
What is the msgsend.java in javamail1_4_7.zip? msgsend.java in javamail1_4_7.zip is a demo program that sends out a simple text email message through a SMTP server. msgsend.java is located at \local\javamail-1.4.7\demo\msg send.java.Below is the usage description of msgsend.java: Description: Send a...
2016-01-25, ∼3640🔥, 0💬

jarjar-1.4.jar - Jar Jar Links
Jar Jar Links is a utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: 1. You can easily ship a single jar file with no external dependencies; 2. You can avoid problems where your library depends on a specific version of a...
2014-02-05, ∼3640🔥, 0💬

lucene-smartcn-3.6.2.jar - Lucene Search Engine Smartcn
Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. lucene-smartcn.jar - Lucene Search Engine: smartcn JAR File Size and Download Location: File name: lucene-smartcn.jar,...
2014-03-05, ∼3636🔥, 0💬

Download and Install junit-4.5.jar
How to download and install junit-4.5.jar? JUnit is a simple framework to write repeatable tests for Java applications. You can follow these steps to download and install junit-4.5.jar: 1. Go to the JUnit Website . 2. Click the "Download and install" link. You will see the GitHub JUnit page. 3. Clic...
2016-03-07, ∼3635🔥, 0💬

What Is fop.jar 2.0 - Part 3
What Is fop.jar 2.0? I got it from the fop-2.0-bin.zip. fop.jar (2.0) is the JAR file for FOP 2.0, which is a print formatter driven by XSL formatting objects (XSL-FO). You can obtain fop.jar from the build folder of the fop-2.0-bin.zip file. Below is the information about the fop.jar (2.0) file: Li...
2016-06-29, ∼3634🔥, 0💬

FAQ for Java Excel API jxl.jar
Where to find answers to frequently asked questions on Java Excel API jxl.jar? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Java Excel API jxl.jar: Download Java Excel API jxl.jar What Is Java Excel API, jxl.jar Download and Install jexcelapi_2_6_1...
2017-06-20, ∼3632🔥, 0💬

JAR File Index Specification
What is the JAR file index specification? What tools can I use to generate the index file? The index file of a JAR file contains directory information as to which classes and resources reside in the JAR file. The index file is stored as META-INF/INDEX.LIST in the JAR file. The index file specificati...
2016-04-12, ∼3632🔥, 0💬

Run Program with JUnit 3.8.1 and Hamcrest 1.3
How to run the JUnit 3.8.1 Example Program with Hamcrest 1.3? I found the example ExampleWithAssertThat.java in the "hamcrest-examples" folder. Hamcrest is a framework for writing matcher objects allowing 'match' rules to be defined declaratively. The hamcrest-generator-1.3.zip contains a sample exa...
2016-03-25, ∼3628🔥, 0💬

Downloading and Reviewing commons-fileupload.jar
Where to find answers to frequently asked questions on Downloading and Reviewing commons-fileupload.jar. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading and Reviewing commons-fileupload.jar: commons-fileupload.jar, What Is It Download and ...
2016-11-17, ∼3626🔥, 0💬

jetty-jndi-8.1.7.v20120910.jar - jetty JNDI
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and available for commercial use and distribution. JAR File Size and Download Location: File name: jetty-jndi.jar, jetty-jndi-8.1.7.v20120910.jar File size: 39862 bytes Date modified: 10-Sep-201...
2013-06-25, ∼3625🔥, 0💬

XSLT Process in fop-2.0-bin.zip
How to run the XSLT process in fop-2.0-bin.zip transform XML files using XSLT templates? which can be used to perform an XSLT process to transform an XML file using XSLT template. The XSLT process reads an XML file and an XSLT file. The output is what ever the XSLT file wants to generate. See the se...
2016-07-05, ∼3622🔥, 0💬

jboss-aop-mc-int-2.0.6.GA.jar - JBoss Microcontainer
The JBoss Microcontainer is a refactoring of JBoss's JMX Microkernel to support direct POJO deployment and standalone use outside the JBoss application server. jboss-aop-mc-int.jar is the AOP MC INT module. JAR File Size and Download Location: File name: jboss-aop-mc-int.jar, jboss-aop-mc-int-2.0.6....
2014-02-27, ∼3622🔥, 0💬

uima-examples-2.4.0.jar - Apache UIMA Examples
Unstructured Information Management applications (UIMA) are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. uima-examples.jar - Examples. JAR File Size and Download Location: File name: uima-examples.jar, uima-ex...
2013-08-05, ∼3622🔥, 0💬

jetty-websocket-8.1.7.v20120910.jar - jetty Web Socket
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and available for commercial use and distribution. JAR File Size and Download Location: File name: jetty-websocket.jar, jetty-websocket-8.1.7.v2012091 0.jarFile size: 125273 bytes Date modified:...
2013-06-20, ∼3616🔥, 0💬

What Is commons-collections4-4.4-bin.zip
What Is commons-collections4-4.4-bin.z ip?commons-collections4-4.4-bin.z ipis the binary package of Apache Commons Collections 4.1 in ZIP format. Apache Commons Collections provides additional collection handling functionalities on top of JDK library. Download File Size and Download Location: File n...
2020-11-22, ∼3614🔥, 0💬

<< < 64 65 66 67 68 69 70 71 72 73 74 > >>   ∑:2539  Sort:Date