Top Development Tools Scripts for Apache Software Foundation
Apache AntUnit is merely a collection of Ant tasks that can be used to test itself.These tasks are specially crafted to verify the integrity of an Ant build file and see if any tasks or procedures return errors or stop the process.AntUnit is basically a...
FOP stands for "Formatting Objects Processor" and is a Java library that can read XSL-FO data and output it to another format.XSL-FO is a XML format in which printer-ready information is stored, but also supporting XSL style formatting as well.Apache FOP...
The Apache Velocity DocBook Framework works by using Velocity templates to help developers output standards compliant, professional looking, and printer friendly documentation.All the documentation is rendered in the DocBook format, a well-known markup...
Apache Commons Proxy can be used for various purposes and tasks, but the basic idea behind the library is to allow developers to put up an intermediary point of access between the user and their code.They can then use this proxy to carry out a series of...
Apache ODE stands for Orchestration Director Engine.As the name hints, ODE is nothing more than a core frame on which Java code can be run in a manner specific to the WS-BPEL language and philosophy.The framework targets programmers that develop business...
The Apache Xerces Java XML Parser allows developers to read the content of XML files and optionally handle namespaces and serialized XML documents. There's also support for XML validation, handling the XML DOM, XInclude and SAX (Simple API for...
Apache log4php can help developers debug their applications by various sections and activities inside their PHP applications.The project can be considered a PHP clone of the Apache Log4j project and works practically the same way.Support is included for...
Apache Cocoon implements some of the same principles that made Spring such a success in the first place, allowing developers to work with complex code structures in an organized manner.As it's with Spring, Apache Cocoon heavily utilizes components to...
Apache Commons Collections is somewhat of a mini-framework, a set of Java classes that can be loaded into a project and provide a new set of ready-made tools to use when developing your own application.These classes are meant to be an extension to the...
Apache Flume was developed as an intermediary system that collects logs from one application and delivers it to another.It should work with most Java applications and developers should rest assured, Flume being protected against data loss and service...