HTTP

Nginx

Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server. It's pretty efficient for high volumes web sites, especially when serving static files.

Riak

Riak combines a decentralized key/value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications. And, without any object-relational mappers and other heavy middleware, applications built on Riak can be both simpler and more powerful.

Apache OFBiz

The Open For Business Project (Apache OFBiz) is an open source enterprise automation software project coverring: Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP & Open Source CMMS/EAM.

Apache HttpComponents Core

HttpCore (main) is a library for HTTP communication that can be used on either client or server side. A second library, HttpCore-NIO, adds support for Java NIO. HttpCore has no dependencies beyond the JVM, but also no built-in support for advanced features such as cookie management or authentication. It defines a framework for plugging in these features.

Apache HttpComponents Client

HttpClient is a library for client-side HTTP communication built on HttpCore. It provides connection management, cookie management, and authentication. This is the successor to the widely used Jakarta Commons HttpClient 3.1.

Apache Forrest

Apache Forrest is a publishing framework that transforms input from various sources into a unified presentation in one or more output formats. The modular and extensible plugin architecture is based on Apache Cocoon and relevant standards, which separates presentation from content. Forrest can generate static documents, or be used as a dynamic server, or be deployed by its automated facility.

Apache Commons HttpClient

Commons HttpClient is a library for client-side HTTP communication. It provides support for HTTP/1.1 and HTTP/1.0, plus various authentication schemes and cookie policies. Thanks to it's widespread use and years of development, it is a very mature and stable codebase. However, due to limitations in the API design, Commons HttpClient will eventually be replaced by HttpClient 4.0 with a completely redesigned API based on HttpCore.

Apache Cocoon

Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development. Cocoon implements these concepts around the notion of «component pipelines», each component on the pipeline specializing on a particular operation. This makes it possible to use a «building block» approach for web solutions, hooking together components into pipelines without any required programming.

Syndicate content