Top 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 Knox provides a centralized spot in a Hadoop-based cluster, where various queries are aggregated and sent to the servers.This gateway can be used to avoid duplicate queries running in the system, but also for securing the platform against...
Apache VCL is an acronym for Virtual Computing Lab, and is a toolkit dedicated for managing advanced VMs for dealing with high-end computational environments.VCL delivers a dedicated computing environment to users for a limited time through a Web...
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,...
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 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 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 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 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 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,...