|
Home > Archive > Apache Directory Project > October 2005 > [mina][ANN] MINA 0.8 Released: The first stable release
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[mina][ANN] MINA 0.8 Released: The first stable release
|
|
| Trustin Lee 2005-10-23, 5:45 pm |
| The Apache Directory team proudly announces the release of MINA, a network
application framework, version 0.8.
Apache MINA (Multipurpose Infrastructure for Network Applications,
http://directory.apache.org/subprojects/network/) is a network application
framework which helps users develop network applications easily by providing
abstractions of network and protocol I/O layers.
The MINA project website includes resources such as a PDF introduction to
MINA (http://directory.apache.org/subproj...etwork/mina.pdf) and an
online tutorial (http://wiki.apache.org/directory/MinaTutorial), which
includes implementation of the echo protocol, as well as an implementation
of a "reverse echo" to show how MINA can process data.
Feture List:
* Unified and extensible API for various transport types (TCP and UDP)
* In-VM pipe communication
* Provides both low-level and high-level API
* Stream-based asynchronous I/O support
* Filter interface as an extension point; similar to Servlet filters
* SSL support via SSLFilter thanks to Java 5 SSLEngine
* Built-in thread pool
* Unit-test your protocol without network connection
* Smooth migration from Netty, a popular NIO framework
Changes since 0.7.4:
* StartTLS support
* Improved connection idleness notification
* Better support for connectionless transport types (e.g. Datagram)
* Prioritized session handling via a thread pool
* Changed the logging framework to SLF4J (http://www.slf4j.org/)
* Several bug fixes
Cheers,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
| |
| Maarten Bosteels 2005-10-23, 5:45 pm |
| Trustin Lee wrote:
> The Apache Directory team proudly announces the release of MINA, a
> network application framework, version 0.8.
Congratulations !
| |
| Donald 2005-10-23, 5:45 pm |
| Congratulations!
2005/10/21, Maarten Bosteels <m.bosteels-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org>:
> Trustin Lee wrote:
>
>
> Congratulations !
>
|
|
|
|
|