Top More Development Tools Scripts for Apache Software Foundation
Apache Ivy is a tool targeting developers for managing, recording, tracking, resolving and reporting on a project's active dependencies.Ivy improves the Ant build system by providing an automated way of resolving dependencies, the order in which they need...
The Apache Commons Configuration project was setup to unify the multitude of configuration file formats under one umbrella project, making it possible for developers to deal with each format and its data using the same interface.Commons Configuration is a...
Apache Commons Lang does not have anything to to with "LANGuages" but actually with the Java built-in java.lang API.The extra tools and classes this library adds to java.lang will help developers extend Java's core with more functionality and features...
Apache Commons JCS stands for Java Caching System, and is an older Apache Jakarta project and works on top of the Java Composite Cache.Because of this, the Commons JCS component can cache data to disk, in memory, laterally in the cluster, and to remote...
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 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,...
The Apache Whirr libraries are written in Java, with sprinkles of XML and Python.They were written and compiled to provide a single-tool solution to work with the plethora of cloud services and cloud-based tools popping out everywhere on the Internet...
Apache Commons Exec smooths out the differences between various OS platforms and grants developers access to a Java API for executing external processes on the machine the application is running on.While this is also possible without using the...
Apache Curator will help developers working on projects running ZooKeeper get a basic package of widely used plugins and components in one single archive.
These components can be used to enhance default ZooKeeper capabilities and target a broader spectrum...
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...