New Software for Apache Software Foundation
Apache JAMES jSPF is an open source, simple, and lightweight solution for detecting email spoofing, the act of forging the sender's email address (identity).This library was designed after the official SPF specification and is a must-have tool for any...
Sieve is a programming language created specifically for usage in email servers, allowing server administrators to create various filters for incoming mail.Apache JAMES jSieve is a Java version of this language, closely implementing its basic principles...
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...
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...