New Software for Apache Software Foundation
Apache Forrest is a basic data management toolkit that can be the base layer of more complex software like CMSs, RSS readers, blogs, news aggregation services and so on.The project can work only on demand or automatically in real-time, allowing developers...
Apache Cocoon implements some of the same principles that made Spring such a success in the first place, allowing developers to work with complex code structures in an organized manner.As it's with Spring, Apache Cocoon heavily utilizes components to...
Apache FtpServer was first created as a subproject in the Apache MINA networking framework, but it can now also be used as a standalone, embeddable FTP server.The server supports resumable FTP transfers, user accounts, anonymous logins, virtual...
Apache Commons BSF stands for the Bean Scripting Framework (BSF).This package helps developers write JSP files in other languages while still being able to interact and have access to Java's class library.Basically BSF lets developers use one or more...
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 OFBiz stands for Apache Open For Business.This Java framework is a very complex and versatile platform that can be used in creating and deploying Java business applications.OFBiz is a collection of basic tools on which developers can build complex...
Apache Accumulo is a mashup of various technologies, from Google's BigTable, to Apache's Hadoop, Thrift and Zookeeper.Compared to Google's BigTable system, Accumulo features a few improvements of its own.These include table cell-based access restrictions,...
Apache Flume was developed as an intermediary system that collects logs from one application and delivers it to another.It should work with most Java applications and developers should rest assured, Flume being protected against data loss and service...
Apache Commons Collections is somewhat of a mini-framework, a set of Java classes that can be loaded into a project and provide a new set of ready-made tools to use when developing your own application.These classes are meant to be an extension to the...
MIME (Multi-Purpose Internet Mail Extensions) is an extension of the SMTP (Simple Mail Transfer Protocol) that allows users to send files along with their emails.Apache JAMES Mime4j can be used for building tools that manipulate MIME data and programmatic...