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

org.apache.commons.collections4.map.LazyMap Example
What is org.apache.commons.collections 4.map.LazyMapclass? How to use org.apache.commons.collections 4.map.LazyMapclass? org.apache.commons.collections 4.map.LazyMapclass is a Java class offered in commons-collections4.jar that wraps a regular map into a special map with a mechanism to automatically...
2017-05-20, 2644🔥, 0💬

Run simple.fo Example in FOP
How to run the "simple.fo" example in FOP to generated a PDF file? FOP comes with an example XSL-FO file, simple.fo, which gives use a first impression of the structure of an XSL-FO file. You can use the "fop" command to convert it into a PDF file: fyicenter&gt; cd \local\fop-2.x\fop fyicenter&a...
2016-06-30, 2641🔥, 0💬

Extract Entries "jar -x" Command Syntax
What are syntax rules of the "jar -x" command for extracting entries from a JAR file? I am confused on how to specify different options, like v and f. The "jar -x" command allows you to extract entries from an existing JAR file to the current folder. It has the follow syntax: jar -x[vf] [jar-file] [...
2016-05-22, 2641🔥, 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, 2638🔥, 0💬

lucene-facet-4.3.1.jar - Apache Lucene Facet
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-facet.jar is the faceted indexing and search capabilities. JAR File Size and Download Location: File name: luce...
2013-07-20, 2636🔥, 0💬

What Is JMS (Java Message Service)
What Is JMS (Java Message Service)? JMS (Java Message Service) is a standard extension to the Java platform that provides a common way for Java programs to create, send, receive and read an enterprise messaging system’s messages. JMS is a set of interfaces and associated semantics that define how a ...
2022-12-20, 2634🔥, 4💬

Difference Between Apache Log4j 2.x and 1.x
What Is the Difference Between Apache Log4j 2.x and 1.x? Apache Log4j 2.x, also called Log4j 2, is the second version of Apache Log4j. Apache Log4j 1.x is the first version of Apache Log4j and it has reached its end-of-life now. Apache Log4j 2 is an upgrade to Log4j that provides significant improve...
2015-11-05, 2633🔥, 0💬

JtdsSqlServerJdbcUrl.java - jTDS JDBC Connection URL Example
How to use port number, database name, and instance name in the connection URL string for SQL Server database using the jTDS JDBC driver? I want to see a Java program example. Here is a Java example that shows you how to specify port number, database name, and instance name in the connection URL str...
2017-01-29, 2628🔥, 0💬

zookeeper-3.4.5-loggraph.jar - ZooKeeper
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. JAR File Size and Download Location: File name: zook...
2014-06-27, 2627🔥, 0💬

What Is javamail-1_3.zip
What Is javamail-1_3.zip? javamail-1_3.zip is the binary package of JavaMail API 1.3 in ZIP format. The JavaMail API is a set of abstract APIs that model a mail system. Download File Size and Download Location: File name: javamail-1_3.zip File size: 2,226,911 bytes Release date: 28-Aug-2002 Download...
2016-07-06, 2626🔥, 0💬

spdy-server-9.0.0.jar - Jetty Implementation of SPDY
spdy-server.jar is the server package of the Jetty implementation of the SPDY protocol. SPDY is a Google experiment with protocols for the web. Its goal is to reduce the latency of web pages. JAR File Size and Download Location: File name: spdy-server.jar, spdy-server-9.0.0.v20130308.ja rFile size: ...
2013-07-03, 2624🔥, 0💬

JAXB Implementation Classes in Java SE 8
What are JAXB Implementation Classes in Java SE 8? Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java classes to XML representations. The current Java SE 8 release has JAXB 2.2.8 Implementation class included in the \fyicenter\jdk-1.8.0\jre\lib\r t.jarfile...
2018-01-08, 2621🔥, 0💬

jetty-client-8.1.7.v20120910.jar - jetty Client
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-client.jar, jetty-client-8.1.7.v20120910.j arFile size: 87619 bytes Date modified: 10-Sep...
2013-06-18, 2620🔥, 0💬

sqljdbc JDBC Driver Connection Properties and Defaults
What is connection properties are supported by sqljdbc JDBC Driver? What are their default property values? Connection properties supported by sqljdbc JDBC driver and property default values are listed below: serverName, server - The computer running SQL Server. portNumber, port - The port where SQL...
2017-01-05, 2615🔥, 0💬

axiom-compat-1.2.14.jar - AXis Object Model Compact
The Apache Axiom library provides an XML Infoset compliant object model implementation which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream using the StAX API...
2013-11-13, 2615🔥, 0💬

infinispan-server-core-6.0.0.CR1.jar - Infinispan
Infinispan is an extremely scalable, highly available key/value data store and data grid platform. It is 100% open source, and written in Java. The purpose of Infinispan is to expose a data structure that is distributed, highly concurrent and designed ground-up to make the most of modern multi-proce...
2014-01-17, 2614🔥, 0💬

jasypt-hibernate4-1.9.0.jar - Java Simplified Encryption
Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works. jasypt-hibernate4.jar is the Hibernate 4 interface. JAR File Size and Download Location: File nam...
2013-07-09, 2611🔥, 0💬

-Djavax.net.debug - jsse.jar Debugging Options
How to use the -Djavax.net.debug jsse.jar debug option? If you are having trouble using jsse.jar, you can use the -Djavax.net.debug JVM property as described in this tutorial: Compile and run the example HttpsUrlReader.java provided in the previous tutorial with the -Djavax.net.debug=help property: ...
2018-03-24, 2599🔥, 0💬

msgsend sample Program with JavaMail 1.5.4
What is the msgsend.java in javamail-samples.zip? I downloaded it together with javax.mail-1.5.4.jar. msgsend.java in javamail-samples.zip is a sample program that sends out a simple text email message through a SMTP server. If you downloaded and installed javamail-samples.zip together with javax.ma...
2016-01-13, 2594🔥, 0💬

JSAP-2.1.jar - JSAP (Java Simple Argument Parser)
JSAP (Java Simple Argument Parser) is another command line parser. JAR File Size and Download Location: File name: jsap.jar, JSAP-2.1.jar File size: 69344 bytes Date modified: 03-Aug-2006 Download: JSAP (Java Simple Argument Parser) List of Classes in the JAR: com/martiansoftware/jsap/Comma ndLineTok...
2013-12-25, 2587🔥, 0💬

uima-adapter-soap-2.4.0.jar - Apache UIMA SOAP Adapter
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-adapter-soap.jar - The SOAP Adapter. JAR File Size and Download Location: File name: uima-adapter-s...
2013-08-05, 2583🔥, 0💬

Using Apache Log4j 1.x in Java Programs
Where to find answers to frequently asked questions on Using Apache Log4j 1.x in Java Programs. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using Apache Log4j 1.x in Java Programs: Prerequisites for Apache Log4j 1.x Hello Program with Apache Log4j...
2016-06-24, 2582🔥, 0💬

ShowJdbcDrivers.java - ojdbc Oracle Driver Example
How to verify if ojdbc Oracle Driver is loaded corrected from the classpath? I want to see a Java program example. Here is an example program, ShowJdbcDrivers.java, that can be used to verify if ojdbc Oracle Driver is loaded corrected from the classpath or not: // Copyright (c) FYIcenter.com import ...
2018-03-13, 2577🔥, 0💬

What Is JavaWS (Java Web Start)
What is JavaWS (Java Web Start)? JavaWS (Java Web Start) is an application-deployment technology that gives you the power to launch full-featured applications with a single click from your Web browser. You can now download and launch applications, such as a complete spreadsheet program or an Interne...
2017-10-16, 2576🔥, 0💬

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