Eclipse Grizzly

From Wikipedia, the free encyclopedia
Grizzly
Developer(s)Eclipse Foundation
Stable release
3.0.0 / November 23, 2020; 23 months ago (2020-11-23)
Repository
Written inJava
PlatformJava
TypeWeb server framework
LicenseEPL 2.0
Websiteeclipse-ee4j.github.io/grizzly/ Edit this on Wikidata

Grizzly web server framework has been designed to help developers to take advantage of the Java non-blocking I/O (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 includes

  • 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[]

  1. ^ "Project Eclipse Grizzly".
  2. ^ "Chapter 23. Monitoring and Diagnostics".

External links[]

Retrieved from ""