You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/07 11:45:32 UTC

[Directory Wiki] Update of "MinaHome" by TrustinLee

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Directory Wiki" for change notification.

The following page has been changed by TrustinLee:
http://wiki.apache.org/directory/MinaHome

------------------------------------------------------------------------------
- = MINA是什么? =
+ = What is MINA? =
  
- MINA 是多功能网络应用程序基础框架(Multipurpose Infrastructure for Network Applications)的缩写. 它是一个框架,它使你以最小的工作代价建立一个网络应用程序。使用MINA,你就可以省下处理低级别I/O语义和发布诸如并发支持的工作。MINA使用Java Nio 信息库为堵塞以及非堵塞的网络I/O提供支持。
+ MINA stands for 'Multipurpose Infrastructure for Network Applications'.  It is a framework that helps you build up network applications with minimum fuss.  With MINA, you are spared of having to deal with low level I/O semantics and issues such as concurrency support.  MINA provides support for blocking as well as non-blocking network I/O using the Java NIO libraries.
  
-   * 主页: http://directory.apache.org/subprojects/network/  
+   * Homepage: http://directory.apache.org/subprojects/network/  
  
- = 开始 =
+ = Getting Started =
  
-   * 请先看介绍幻灯片["http://directory.apache.org/subprojects/network/mina.pdf"]
+   * Please look at the introduction slideshow at http://directory.apache.org/subprojects/network/mina.pdf first of all
    * MinaTutorial
    * ["MinaTutorialInChinese"] 
-   * [http://wiki.apache.org/directory/MinaHome/CodecProvider 实现一个codec 提供者]
+   * [http://wiki.apache.org/directory/MinaHome/CodecProvider" Implementing a codec Provider] 
  
- = MINA 信息  =
+ = MINA Tips =
  
-   * ["MinaSSL"] - 使用SSL/TLS对MINA的支持
+   * ["MinaSSL"] - Using SSL/TLS support for MINA