New Development Tools Scripts for Apache Software Foundation
Apache Any23 stands for "Anything To Triples".Any23 is available as a classic Java library, but also as a Web-based service and command line tool.Various types of RDF variants and other input formats are supported.Data extracted with Any23 can be...
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 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 Stanbol's code is based on the OSGi component framework and it was assembled in such manner that developers will be able to build modular apps with interchangeable components.This is possible because all of Stanbol's components can be accessed and...
Apache Xalan Java uses XPath to parse and address XML documents. It then uses XSLT to assemble XSL XML stylesheets for styling the document into a more easy to read version of itself.The result is much more comprehensible than the amalgam of letters and...
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 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 RAT stands for Release Audit Tool.RAT provides a simplified methods for analyzing, comprehending and auditing source code projects, releases and distributions.This tools works via an heuristic method, trying to guess possible problems and...
Apache Commons Jelly works by parsing a XML file and converting the content into a script.This script can produce various results, from other XML code, to HTML, JavaScript, or any other formats you want it to output.By doing so, developers have a much...
Apache ZooKeeper is practically a simple service that provides a centralized inventory about applications distributed across multiple servers.ZeeKeeper can track and monitor services, managing joint or separate configurations for each of them, keeping...