Best Development Tools Scripts for Apache Software Foundation
Apache XMLBeans sets up an intermediary medium for mapping the rich data structures that can be contained in XML documents.This data is mapped to a Java types and can be accessed via regular Java classes.The general idea is to allow developers a native...
Apache River is based on the JSK Starter Kit Source and extends Sun's work on the Jini technology.
River lets developers follow classic Jini architectural guidelines and build distributed systems in the form of modular cooperating components and...
Apache Commons Codec was first developed to deal with Base64 encodings but it has expanded to a lot more standards and is currently an abstract framework for the creation of general-purpose encoders and decoders.The Commons Codec library itself is focused...
Apache POI was designed to work with the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2).
Using POI, developers can read and write MS Excel files, MS Word files, MS PowerPoint files and MS Outlook messages...
Apache Etch is platform, language, and transport layer independent.This means it works with lots of technologies out of the box and you can focus more of your abilities on writing the code rather then providing target-specific support.At the core of Etch...
Apache Wookie lets developers deploy various types of Web widgets from a central Java server.It works mainly with widgets compliant with the W3C Widgets specification, but Open Social extensions and Apache (former Google) Wave gadgets are also...
OSGi, or the Open Service Gateway initiative, is an unofficial standard that details how developers can create modular services in Java, services made up of smaller packages that can be added and removed at runtime without restarting the entire...
Apache log4net is the C# counterpart of Java's Log4J.
log4net works with both the .NET framework and the Mono project and can be used to add a logging, tracing, and debugging component to your .NET-based applications.
Inspired and closely modeled...
Apache Mahout was created to help Java developers write scaling machine learning algorithm.
Mahout is meant to handle huge data loads, along with business-level code, all under an open source license, but at commercial-grade results.
Currently the Mahout...
Apache Axiom is the core library used in the Apache Axis2 project.
The Axiom library allows developers to build fictive object tree models (DOMs) for dealing with SOAP and XML streams.
Two implementations are included by default with Axiom, one using...