基于Java NIO的两个著名的网络程序开发库Mina和Netty
Mina:来自Apache社区。先摘一点在这里,有空了研究。
Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract · event-driven · asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.
Apache MINA is often called:
- NIO framework · library,
- client · server framework · library, or
- a networking · socket library.
However, it's much more than that. Please take a look around the list of the features that enable rapid network application development, and what people says about MINA. Please grab yourself a download, try our Quick Start Guide, surf our FAQ or start join us on our community
Netty:来自JBOSS社区。
Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.
'Quick and easy' doesn't mean that a resulting application will suffer from a maintainability or a performance issue. Netty has been designed carefully with the experiences earned from the implementation of a lot of protocols such as FTP, SMTP, HTTP, and various binary and text-based legacy protocols. As a result, Netty has succeeded to find a way to achieve ease of development, performance, stability, and flexibility without a compromise.
本文介绍基于Java NIO的两大网络程序开发库Mina和Netty的特点及优势。Mina来自Apache社区,提供了一个抽象事件驱动的异步API,简化了TCP/IP和UDP/IP等协议的开发。Netty则源自JBOSS社区,它极大地简化了TCP和UDP等网络应用的编程过程,同时确保了开发出的应用具备高性能和高稳定性。
1124

被折叠的 条评论
为什么被折叠?



