New 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...
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...
Apache Sirona works by recording various attributes and operations that occur inside a JVM application and then presenting them to the webmaster via a beautifully crafted and well-organized dashboard.Sirona uses counters, gauges, stop-watches, and classic...
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,...
Apache Commons DbUtils is not an ORM built on JDBC, but merely a set of tools that upgrade JDBC with even more features, developed by the fine folks at the famous and hugely prodigious Apache Foundation.DbUtils simplifies the process of running a query or...
Apache JSPWiki can be used as an alternative to Wikipedia's free engine, MediaWiki, a cumbersome solution that sometimes takes up just too much space on the server.All the classic wiki features are there, from real-time page editing, to page histories,...
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 MRUnit lets developers write unit tests that can be used in detecting problems with MapReduce jobs before their run on the database itself.By unit testing Hadoop's MapReduce jobs, developer can avoid useless resource consumption, a good habit to...
Apache Continuum is an application that targets advanced software projects where the lead developer(s) need a tool to help them stay in command during the development and build process.If you're developing jQuery plugins and one-page sites then you can...
Apache MyFaces is a Java Web framework developed at the Apache Software Foundation to simplify the process of writing JSF compatible applications.JSF, or JavaServer Faces, is an official Java specification, included with the Java EE platform,...