interesting...
-------- Original Message --------
Subject: [ANN] Apache MINA 1.0.2 Released: A Network Application Framework
Date: Tue, 20 Feb 2007 18:20:21 +0900
From: Trustin Lee <trustin (AT) apache (DOT) org>
To: Apache Announcement <announce (AT) apache (DOT) org>, dev (AT) mina (DOT) apache.org
The Apache MINA project team is proud to announce the release of Apache
MINA, a Java network application framework, version 1.0.2.
Apache MINA (Multipurpose Infrastructure for Network Applications) is a
network application framework which helps users develop network
applications easily by providing abstractions of network and protocol
I/O layers. The Apache MINA project website (mina.apache.org)
<http://mina.apache.org/> includes resources such as introductory
presentation slides and examples to help you learn MINA as soon as possible.
Feature List:
* Unified API for various transport types:
o TCP/IP
o UDP/IP
o In-VM pipe communication
o You can implement your own!
* Low-level and high-level API:
o Low-level: uses ByteBuffers
o High-level: uses user-defined message objects and codecs
* Stream-based I/O support via StreamIoHandler
* Filter interface as an extension point; similar to Servlet filters
o SSL support via SSLFilter thanks to Java 5 SSLEngine
o Thread pools are implemented as filters so that users can
customize thread model.
* Unit testability using mock objects
* JMX managability
* Traffic throttling
* Overload shielding
* Integration with well known containers such as PicoContainer and
Spring
* Smooth migration from Netty, a popular NIO framework.
Changes since 1.0.1 (please refer here <http://tinyurl.com/2lxt4g> for
detailed information.)
* Better memory utilization
* More than 10 bug fixes
The Apache MINA project team is always open for your feedback. Please
let us know what you think about MINA via our mailing list
<http://mina.apache.org/mailing-lists.html>.
Thank you,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/ <http://gleamynode.net/>
--
PGP Key ID: 0x0255ECA6
Results 1 to 1 of 1
-
2007-02-20, 12:38 #1Senior Member
- Join Date
- Apr 2005
- Location
- Raleigh, NC
- Posts
- 409
[Fwd: [ANN] Apache MINA 1.0.2 Released: A NetworkApplication Framework]

Reply With Quote
