1 2 3 4 5 6 > >>   Sort: Date

Source Code for Apache Log4j Core Implementation
Apache Log4j Core Implementation provides the functional components of the logging system. Users are free to create their own plugins and include them in the logging configuration. Apache Log4j Core is a required module to use Apache Log4j. Bytecode (Java 8) for Apache Log4j Core Implementation is p...
2015-11-03, 92683🔥, 0💬

What Is commons-logging-1.2.jar?
What Is commons-logging-1.2.jar? commons-logging-1.2.jar is the JAR 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. JAR File Size and Down...
2015-04-27, 67815🔥, 0💬

Source Code for Apache Log4j 1.2.17
Apache Log4j provides the interface that applications should code to and provides the adapter components required for implementers to create a logging implementation. Bytecode (Java 1.4) for Apache Log4j is provided in a JAR file like log4j-1.2.17.jar. Source Code files for Apache Log4j are provided...
2015-12-14, 67402🔥, 0💬

Source Code for Apache Log4j 1.2 Bridge
Apache Log4j 1.2 Bridge allows applications coded to use Log4j 1.2 API to use Log4j 2 instead. Bytecode (Java 8) for Apache Log4j 1.2 Bridge is provided in a separate JAR file like log4j-1.2-api-2.14.1.jar. Source Code files for Apache Log4j 1.2 Bridge are provided in both binary packge like apache-...
2015-11-17, 32858🔥, 0💬

Source Code for Apache Log4j API
Apache Log4j API provides the interface that applications should code to and provides the adapter components required for implementers to create a logging implementation. Apache Log4j API is a required module to use Apache Log4j. Bytecode (Java 8) for Apache Log4j API is provided in a separate JAR f...
2015-11-17, 32801🔥, 0💬

What Is log4j-1.2.13.jar
What Is log4j-1.2.13.jar? I got the JAR file from logging-log4j-1.2.13.zip. log4j-1.2.13.jar is the version 1.2.13 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-1.2.13.jar Targ...
2015-11-22, 27129🔥, 0💬

avalon-framework-4.2.0.jar - Apache Avalon 4.2.0
Apache Avalon began in 1999 as the Java Apache Server Framework and in late 2002 separated from the Apache Jakarta Project to become its own ASF top level project. By 2004 Avalon is closed and replaced several sub projects. JAR File Size and Download Location: File name: avalon-framework.jar, avalon...
2018-05-17, 26679🔥, 2💬

What Is log4j-1.2.15.jar
What Is log4j-1.2.15.jar? I got the JAR file from apache-log4j-1.2.15.zip. log4j-1.2.15.jar is the version 1.2.15 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.1...
2015-11-22, 24984🔥, 0💬

Source Code for Apache Log4j IOStreams
Apache Log4j IOStreams is a Log4j API extension that provides numerous classes from java.io that can either write to a Logger while writing to another OutputStream or Writer, or the contents read by an InputStream or Reader can be wiretapped by a Logger. Bytecode (Java 8) for Apache Log4j IOStreams ...
2015-11-22, 21480🔥, 1💬

💬 2015-11-22 Tester: org/apache/logging/log4j/io/LoggerFi lterOutputStream/org/apache/logging/ log4j/io/LoggerFilterOutputStream/or g/apache/logging/log...

Source Code for Apache Log4j SLF4J Binding
Apache Log4j SLF4J Binding allows applications coded to the SLF4J API to use Log4j 2 as the implementation. Bytecode (Java 8) for Apache Log4j SLF4J Binding is provided in a separate JAR file like log4j-slf4j-impl-2.14.1.jar. Source Code files for Apache Log4j IOStreams are provided in both binary p...
2015-11-04, 15773🔥, 0💬

slf4j-api-1.6.1.jar - SLF4J API
The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time. JAR File Size and Download Location: File name: slf4j-a...
2011-03-29, 14465🔥, 0💬

Source Code for Apache Log4j JDK Logging Adapter
Apache Log4j JDK Logging Adapter is a custom implementation of java.util.logging.LogManager that uses Log4j. This adapter can be used with either the Log4j API or Log4j Core. Bytecode (Java 8) for Apache Log4j JDK Logging Adapter is provided in a separate JAR file like log4j-jul-2.14.1.jar. Source C...
2015-11-22, 14038🔥, 0💬

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, 13476🔥, 0💬

Using Log4j 1.2 Bridge with Log4j 2 API
How can I run my application with both Apache Log4j 2 API and Log4j 1.2 API? My program has two parts, one part uses the new Log4j 2 API, but the other part uses the old Log4j 1.2 API. The Apache Log4j 2 package comes with the Log4j 1.2 Bridge module to allow you run programs that use both Log4j 2 A...
2022-12-22, 12905🔥, 2💬

💬 2022-12-22 Luis: The first part of red line could be blue line and after of fork so red line

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, 11897🔥, 0💬

c3p0-0.9.1.2.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, 11764🔥, 0💬

mchange-commons-java-0.2.3.4.jar - Mchange Commons
mchange-commons-java.jar offers classes to support c3p0 - JDBC3 Connection and Statement Pooling JAR File Size and Download Location: File name: mchange-commons-java.jar, mchange-commons-java-0.2.3.4.j arFile size: 581295 bytes Date modified: 03-Jul-2013 Download: mchange-commons-java List of Classe...
2018-03-05, 11728🔥, 2💬

esapi-2.0.1.jar - ESAPI (Enterprise Security API)
ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI libraries are designed to make it easier for programmers to retrofit security into existing applications. The ES...
2016-05-26, 10635🔥, 1💬

💬 2016-05-26 nilesh: thanks

Source Code for Apache Log4j Tag Library
Apache Log4j Tag Library creates the capability of inserting log statements in JSPs without the use of Java scripting. Bytecode (Java 8) for Apache Log4j Tag Library is provided in a separate JAR file like log4j-taglib-2.14.1.jar. Source Code files for Apache Log4j IOStreams are provided in both bin...
2015-11-04, 10355🔥, 0💬

Source Code for Apache Log4j NoSQL Appenders
Apache Log4j NoSQL Appenders allows applications to send events to NoSQL repositories. To use it, you need both the log4j-nosql as well as the appropriate driver for your NoSQL database type. Bytecode (Java 8) for Apache Log4j NoSQL Appenders is provided in a separate JAR file like log4j-nosql-2.3.j...
2015-11-04, 10241🔥, 0💬

hermes-1.14.jar - Hermes JMS
Hermes provides a Swing GUI to access JMS queues and topics for common tasks such as sending messages, removing messages and copying messages between queues and topics. JAR File Size and Download Location: File name: hermes.jar, hermes-1.14.jar File size: 1443186 bytes Date modified: 01-Aug-2011 Dow...
2012-12-11, 10194🔥, 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, 9883🔥, 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, 9717🔥, 0💬

Downloading soapUI 4.6.1
SoapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, compliance, and load tests. In a single test environment, ...
2016-10-18, 9129🔥, 1💬

1 2 3 4 5 6 > >>   Sort: Date