Corinna is an open source software implementation of the Java Bindlet technology.
### THIS PROJECT WAS MOVED TO GITHUB (https:/
The Java Bindlet is similar to Java Servlet platform, but allows the implementation of software components to handle requests in various protocols (binary or text based protocols), not just those based on HTTP. The framework supports the implementation of both TCP and UDP bindlets.
This framework is suitable for the construction of application servers or stantard client/server applications. The bindlet model allow to easily handle various protocols. You can also extend the Corinna framework to handle other protocols in addition to those that already provided: the current implementation provides the HTTP, REST and SOAP bindlet interfaces, ready to use!
This implementation use the Netty framework for network communication over IP (http://
View full history Series and milestones
trunk series is the current focus of development.
All bugs Latest bugs reported
All blueprints Latest blueprints
-
Rewrite all basic Netty HTTP pipeline classes to use the Corinna request/response
Registered -
Review the network connector implementation
Registered -
Create a protocol handler for each supported protocol
Registered -
Include support for HTTP cookies
Registered -
Include support for HTTP sessions (cookie based)
Registered