Eclipse Grizzly

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 72.83.161.80 (talk) at 14:40, 7 June 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Project grizzly
Developer(s)Oracle Corporation
Stable release
2.3
Repository
Operating systemCross-platform
Available inJava 6 or Higher
TypeHTTP Server
LicenseCDDL version 1.0 and GPL v2 license
Websitehttp://grizzly.java.net/

Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API. Grizzly's goal is to help developers to build scalable and robust servers using NIO as well as offering extended framework components: Web Framework (HTTP/S), WebSocket, Comet.[1]

Overview

The Core Framework of Grizzly include

  • Memory Management
  • I/O Strategies
  • Transports and Connections
  • FilterChain and Filters
  • Core Configuration
  • Port Unification
  • JMX Monitoring[2]

HTTP components include

  • Core HTTP Framework
  • HTTP Server Framework
  • HTTP Server Framework Extras
  • Comet
  • JAXWS
  • WebSockets
  • AJP
  • SPDY

References