Must have Development Tools Scripts for Apache Software Foundation
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 OFBiz stands for Apache Open For Business.This Java framework is a very complex and versatile platform that can be used in creating and deploying Java business applications.OFBiz is a collection of basic tools on which developers can build complex...
OData (or Open Data Protocol) is a standardized protocol for creating and consuming data APIs.Apache Olingo serves as a basis for using the OASIS OData specification inside Java-based applications and websites.Olingo comes in two forms: one for Java...
OAuth is an open protocol that allows users to share their private resources (e.g. photos, videos, contact lists) stored on one site with another site without having to hand out their username and password.
Apache Oltu simply ports various features of...
Apache OODT stands for Object Oriented Data Technology.The OODT project delivers a component-based toolkit which developers can intertwine to build complex data processing software, suitable to handle various types of information from different...
Apache Oozie will help Hadoop database administrators increase their server's performance by adding more organization to the way computing jobs are handled in the server.By default, Oozie supports many Hadoop jobs out of the box. This includes Java...
Apache OpenJPA comes in two separate branches, each production level material.The differences between the two are the standards they implement. The 1.x branch follows the JSR-220 Enterprise Java Beans 3.0 specificationm while the 2.x branch was modeled...
Apache OpenWebBeans implements the the JSR-299 specification so developers can utility its methods, features, design principles in building easy to manage Java applications.Using OpenWebBeans in your project will allow you to easily switch components and...
Apache Parquet is a "columnar" data storage format that was specifically created for the Apache Hadoop family of projects.
Parquet is recommended to be used with large data, mainly because it uses a complex data compression system, relying on a series of...
Apache Pig has spawned from the Apache Hadoop project and is one of its modules that where in charge of providing a way to analyze the data it processed and stored.Pig uses a custom query language called "Pig Latin" which is incredibly easy to learn and...