Must have Software for Apache Software Foundation
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 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 Commons DbUtils is not an ORM built on JDBC, but merely a set of tools that upgrade JDBC with even more features, developed by the fine folks at the famous and hugely prodigious Apache Foundation.DbUtils simplifies the process of running a query or...
Apache Commons Email was built on the standard, built-in Java Mail API.The Commons Email library works similarly to the original tool, only with a far better organized codebase, and using a much more simplified interface.The library can be used for a wide...
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 FileUpload was coded around the RFC 1867 standard.This standard, also known as "Form-based File Upload in HTML" is a series of protocols and conventions regarding the handling of data during a file upload.The Commons FileUpload component...
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 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 Commons JEXL provides an API for supporting various scripting features found in the JSTL Expression Language.
Commons JEXL is not a fully-compatible implementation of EL as defined in JSTL 1.1 (JSR-052) or JSP 2.0 (JSR-152), and adds support for...
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...