Best Software for Apache Software Foundation
Apache Lucene.NET closely follows the original Java version of Lucene, being a line-by-line port.Currently, Apache Lucene.Net is compiled against the latest version of the Microsoft .NET Framework, version 4.5.x.The binary version of the library can also...
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 Proxy can be used for various purposes and tasks, but the basic idea behind the library is to allow developers to put up an intermediary point of access between the user and their code.They can then use this proxy to carry out a series of...
Apache WSS4J was developed to sign and verify SOAP messages with WS-Security information.
The WSS4J library has been built using Apache CXF and Apache Axis and provides a way to secure Web service transports against basic attacks and sniffing...
Apache Tez makes it possible to create complex data processing workflows and jobs inside Hadoop databases, serving stored data in a "pre-computed" form, ready to be used as soon as its outputted.
Tez takes data stored in various nodes in Hadoop, processes...
Apache BVal, or Apache Bean Validation, is a Java toolkit that provides functions and methods that allow a developer to validate JavaBean data and see if they're compliant with the JSR303 standard.
This standard, also known as the Bean Validation...
The Apache Velocity DocBook Framework works by using Velocity templates to help developers output standards compliant, professional looking, and printer friendly documentation.All the documentation is rendered in the DocBook format, a well-known markup...
Apache Synapse is a lightweight solution for implementing an Enterprise Service Bus (ESB) using Java code.This Java library is open sourced and developed by the Apache Software Foundation, implementing all the basic principles of a well-organized ESB that...
Apache Commons CSV was developed to provide a better way of making sense of CSV (Comma Separated Values) when working with the Java programming language.
Supported CSV formats:
RFC 4180
MS Excel
MySQL
TDF
Besides these, new custom formats can also be...
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls.Apache XML-RPC was previously known as Helma XML-RPC.If you have code using the Helma library, all you should have to do is...