Eclipse Grizzly
{{Infobox software
| name = Grizzly
| logo =
| screenshot =
| caption =
| developer = Eclipse Foundation
| released =
| latest release version = 4.0.0
| latest release date = {{start date and age|2022|06|15}}
| latest preview version =
| latest preview date =
| programming language = Java
| platform = Java
| genre = Web server framework
| license = EPL 2.0
}}
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.{{Cite web|url=https://eclipse-ee4j.github.io/grizzly/|title=Project Eclipse Grizzly}}
Overview
The Core Framework of Grizzly includes
- Memory Management
- I/O Strategies
- Transports and Connections
- FilterChain and Filters
- Core Configuration
- Port Unification
- JMX Monitoring{{Cite web|url=https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/monitoring_tracing.html|title = Chapter 23. Monitoring and Diagnostics}}
HTTP components include
- Core HTTP Framework
- HTTP Server Framework
- HTTP Server Framework Extras
- Comet
- JAXWS
- WebSockets
- AJP
- SPDY
References
{{reflist}}
External links
{{Portal|Free and open-source software}}
- {{official website}}
- [https://projects.eclipse.org/projects/ee4j.grizzly Eclipse Grizzly] project as a part of Eclipse Enterprise for Java (EE4J)
{{GlassFish}}