Free More Development Tools Scripts for Apache Software Foundation
Apache Any23 stands for "Anything To Triples".Any23 is available as a classic Java library, but also as a Web-based service and command line tool.Various types of RDF variants and other input formats are supported.Data extracted with Any23 can be...
Apache ODF Toolkit provides tools for developers to work with OpenOffice's well-known document format.This enables them to create, edit or parse documents and use the data inside their Java-based apps or websites, without having an OpenOffice installation...
Apache Commons Logging is useful when a developers writes a logger for his application but at some later point he switches the logging handler but his original code can't get re-written (because of various reasons).The Commons Logging project, if used,...
The Apache Commons BeanUtils project simplifies the process of getting and setting the properties of Java objects.It uses the Java Reflection and Introspection APIs to provide dynamic access to object properties where the developer doesn't know the...
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 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 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 Chemistry CMIS for Java adds support for the CMIS standard in Java.This standard was created to allow CMSs to talk to each other and to exchange data when needed.This set of Java libraries is made up of two parts, a client API and a server...
Apache BookKeeper was built on top of Apache ZooKeeper, a centralized distribution server where information and configurations about distributed applications can be managed.BookKeeper uses ZooKeeper's underlying code to manage, centralize and distribute...