background preloader

Librairies

Facebook Twitter

Mockito - simpler & better mocking. Fest - Fixtures for Easy Software Testing. FEST is a collection of libraries, released under the Apache 2.0 license, whose mission is to simplify software testing.

fest - Fixtures for Easy Software Testing

It is composed of various modules, which can be used with TestNG or JUnit. Our users include: Google, Square, Eclipse Foundation, Oracle, IBM, Guidewire, and many more! For more details, like user testimonials and news, please visit the project's home page. GUI Functional Swing Testing This module provides a simple and intuitive API for functional testing of Swing user interfaces, resulting in tests that are compact, easy to write, and read like a specification. Hamcrest - Hamcrest - library of matchers for building test expressions. BIRT Home. Spring Framework & BIRT. By Jason Weathersby and Josh Long Introduction Eclipse’s Business Intelligence and Reporting Tools (BIRT) project is an open-source project based on the popular Eclipse IDE.

Spring Framework & BIRT

The BIRT project had its first major release in the summer of 2005 and has garnered over ten million downloads since its inception. The project was started by Actuate Corporation which uses BIRT as the basis for many of its commercial products. The BIRT project’s site includes an introduction, tutorials, downloads, and examples of using BIRT. Developers use BIRT to build and deploy reports in a Java/Java EE environment. Figure 1 – BIRT Collage The BIRT project includes the following key components: Jaspersoft Business Intelligence Software. Java - Use custom fonts when creating pdf using iReport. Apache Velocity Site - The Apache Velocity Project.

Welcome to Solr. Java Security Framework. Apache POI - the Java API for Microsoft Documents. Lucene - Overview. Apache LuceneTM is a high-performance, full-featured text search engine library written entirely in Java.

Lucene - Overview

It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. Apache Lucene is an open source project available for free download. Please use the links on the right to access Lucene. Lucene offers powerful features through a simple API: Scalable, High-Performance Indexing over 150GB/hour on modern hardwaresmall RAM requirements -- only 1MB heapincremental indexing as fast as batch indexingindex size roughly 20-30% the size of text indexed Powerful, Accurate and Efficient Search Algorithms Cross-Platform Solution Available as Open Source software under the Apache License which lets you use Lucene in both commercial and Open Source programs100%-pure JavaImplementations in other programming languages available that are index-compatible The Apache Software Foundation.

Welcome to Apache Jackrabbit. Welcome to Apache™ Hadoop™! Commons Logging - Overview. The Logging Component When writing a library it is very useful to log information.

Commons Logging - Overview

However there are many logging implementations out there, and a library cannot impose the use of a particular one on the overall application that the library is a part of. HttpClient - HttpClient Home. End of life The Commons HttpClient project is now end of life, and is no longer being developed.

HttpClient - HttpClient Home

It has been replaced by the Apache HttpComponents project in its HttpClient and HttpCore modules, which offer better performance and more flexibility. Introduction The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant protocol used on the Internet today. Web services, network-enabled appliances and the growth of network computing continue to expand the role of the HTTP protocol beyond user-driven web browsers, while increasing the number of applications that require HTTP support.

Although the java.net package provides basic functionality for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. There are many projects that use HttpClient to provide the core HTTP functionality. History HttpClient was started in 2001 as a subproject of the Jakarta Commons, based on code developed by the Jakarta Slide project. Collections - Home. Commons Collections The Java Collections Framework was a major addition in JDK 1.2.

Collections - Home

It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognised standard for collection handling in Java. Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, including: Support The commons mailing lists act as the main support forum. Commons Chain - Overview. Commons Chain A popular technique for organizing the execution of complex processing flows is the "Chain of Responsibility" pattern, as described (among many other places) in the classic "Gang of Four" design patterns book.

Commons Chain - Overview

Although the fundamental API contracts required to implement this design patten are extremely simple, it is useful to have a base API that facilitates using the pattern, and (more importantly) encouraging composition of command implementations from multiple diverse sources. Towards that end, the Chain API models a computation as a series of "commands" that can be combined into a "chain". The API for a command consists of a single method (execute()), which is passed a "context" parameter containing the dynamic state of the computation, and whose return value is a boolean that determines whether or not processing for the current chain has been completed (true), or whether processing should be delegated to the next command in the chain (false).

Commons CLI - Home. Commons CLI The Apache Commons CLI library provides an API for parsing command line options passed to programs.

Commons CLI - Home

It's also able to print help messages detailing the options available for a command line tool. Commons CLI supports different types of options: POSIX like options (ie. tar -zxvf foo.tar.gz) GNU like long options (ie. du --human-readable --max-depth=1) Java like properties (ie. java -Djava.awt.headless=true -Djava.net.useSystemProxies=true Foo) Short options with value attached (ie. gcc -O2 foo.c) long options with single hyphen (ie. ant -projecthelp) A typical help message displayed by Commons CLI looks like this: BeanUtils - Commons. Commons BeanUtils Most Java developers are used to creating Java classes that conform to the JavaBeans naming patterns for property getters and setters.

BeanUtils - Commons

It is natural to then access these methods directly, using calls to the corresponding getXxx and setXxx methods. Apache CXF. Axis2 - Apache Axis2/Java - Next Generation Web Services. Apache Axis2™ is a Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack.

Axis2 - Apache Axis2/Java - Next Generation Web Services

There are two implementations of the Apache Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C While you will find all the information on Apache Axis2/Java here, you can visit the Apache Axis2/C Web site for Axis2/C implementation information. Apache Axis2, Axis2, Apache, the Apache feather logo, and the Apache Axis2 project logo are trademarks of The Apache Software Foundation. Guice - Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5 and above, brought to you by Google.

The Java Persistence API - A Simpler Programming Model for Entity Persistence. Articles Index The major theme of version 5 of the Java Platform, Enterprise Edition (Java EE, formerly referred to as J2EE) is ease of development. Changes throughout the platform make the development of enterprise Java technology applications much easier, with far less coding. Significantly, these simplifications have not changed the platform's power: The Java EE 5 platform maintains all the functional richness of the previous version, J2EE 1.4. Hibernate - JBoss Community. Spring Batch - Spring Batch. Many applications within the enterprise domain require bulk processing to perform business operations in mission critical environments.

These business operations include automated, complex processing of large volumes of information that is most efficiently processed without user interaction. These operations typically include time based events (e.g. month-end calculations, notices or correspondence), periodic application of complex business rules processed repetitively across very large data sets (e.g. insurance benefit determination or rate adjustments), or the integration of information that is received from internal and external systems that typically requires formatting, validation and processing in a transactional manner into the system of record. Spring Framework. Home Projects Guides Blog Training & Certification.

SpringSource.org. SLF4J & LOGBack : simplifiez-vous les logs - insideIT.fr : le bl. Le speaker est ensuite passé aux choses plus concrètes en montrant quelques exemple d'appel SLF4J, il a notamment mis l'accent sur la possibilité d'utiliser des messages paramétrés qui ne seront construits (i.e. qui ne consommeront de ressources) que s'il doivent être affichés. Pour démontrer son propos il a donné l'exemple suivant : SLF4J a ensuite été abordé toujours sous l'angle d'un framework d'uniformisation des logs applicatifs mais cette fois-ci en regardant l'intégration de ce dernier sur des projets utilisant déjà un pou plusieurs systèmes de logs.

Il est aisin possible de créer une véritable passerelle entre commons-logging, log4j, JUL avec SLF4J afin de centraliser la gestion et la configuration des logs d'une application. JAR Search - findJAR.com.