Free Development Tools Scripts for Apache Software Foundation
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 Torque is a middle layer that stands between your Java code and the database server.It works by taking custom Torque Java objects and converting them into compliant SQL code that can be run on the database.Besides just running SQL statements,...
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 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 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...
The Apache Wink server-client packages are meant to be used together.The server-side package is basically an implementation of the JAX-RS 1.1 specification, a powerful Java API for working with RESTful Web Services.This is where most of your application...
Apache Blur was designed for large text-based search queries, against a high volume of target data.Blur was designed to work with Hadoop, and can achieve Google-like indexing and query speeds.Other Apache technologies used with Blur are Lucene, Thrift and...
Apache Shindig was developed in two languages: Java and PHP. Currently only the Java version is still being developed.The library is basically a Java container for hosting OpenSocial-compliant applications.It includes components for dealing with gadgets,...
Apache Tobago is currently being developed at Apache under the MyFaces project.Tobago is basically an UI framework (also known as a "GUI library"), but not like Bootstrap or Foundation, relying more on Java code than classic HTML and CSS.The project's...
Apache Deltacloud is made up of two main parts. The core and the client.These two provides the ability to manage cloud computing accounts on one or more of these services at the same time from the same code within your application.You can use Deltacloud...