Best Development Tools Scripts for Apache Software Foundation
Apache ACE is a powerful framework that can be used in building centralized hubs where programmers can host their software, components, artifacts and other files and easily distribute them to their clients and client applications.Built on an OSGi modular...
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,...
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 Thrift is a wonderful tool that smooths out differences between various platforms and programming mediums, allowing developers to create applications that can push data around various programming languages and deliver outstanding, high-performance...
Apache Commons DBCP stands for Apache Commons DataBase Connection Pooling.This package implements the vaunted connection pooling technique, a system to allow the caching of database connections, so users won't need to reconnect to the database every time...
Apache Cocoon implements some of the same principles that made Spring such a success in the first place, allowing developers to work with complex code structures in an organized manner.As it's with Spring, Apache Cocoon heavily utilizes components to...
Apache Bigtop is for building easy to deploy Hadoop installations that can easily be installed on one or more clusters when needed.
Bigtop includes tools to help developers create custom Hadoop packages with or without an underlying OS, making them easy...
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 Tapestry uses a different approach for building Java apps. Instead of complex modular architectures every Tapestry component is actually a basic Java POJO which holds all the information about it and allows it to be easily scripted and used in safe...