You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by bu...@apache.org on 2013/11/06 19:30:32 UTC

svn commit: r885654 - in /websites/staging/mina/trunk/content: ./ mina-project/userguide/ch1-getting-started/nio-overview.html

Author: buildbot
Date: Wed Nov  6 18:30:32 2013
New Revision: 885654

Log:
Staging update by buildbot for mina

Modified:
    websites/staging/mina/trunk/content/   (props changed)
    websites/staging/mina/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.html

Propchange: websites/staging/mina/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov  6 18:30:32 2013
@@ -1 +1 @@
-1538147
+1539423

Modified: websites/staging/mina/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.html
==============================================================================
--- websites/staging/mina/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.html (original)
+++ websites/staging/mina/trunk/content/mina-project/userguide/ch1-getting-started/nio-overview.html Wed Nov  6 18:30:32 2013
@@ -156,13 +156,13 @@
 
 
 <h1 id="nio-overview">NIO Overview</h1>
-<p><strong>NIO</strong> <em>API</em>'s were introduced in <strong>Java 1.4</strong> and had since been used for wide number of applications. <strong>NIO</strong> <em>API</em>'s allows <strong>IO</strong> non-blocking operations.</p>
+<p>The <strong>NIO</strong> API was introduced in <strong>Java 1.4</strong> and had since been used for wide number of applications. The <strong>NIO</strong> API covers <strong>IO</strong> non-blocking operations.</p>
 <DIV class="note" markdown="1">
-    First of all, it's good to know that **MINA** is written on top of **NIO 1**. A new version has been designed in **Java 7**, **NIO-2**, we don't yet benefit from the added features this version is carrying.
+    First of all, it's good to know that <strong>MINA</strong> is written on top of <strong>NIO 1</strong>. A new version has been designed in <strong>Java 7</strong>, <strong>NIO-2</strong>, we don't yet benefit from the added features this version is carrying.
 </DIV>
 
 <DIV class="note" markdown="1">
-    It's also important to know that the **N** in **NIO** means **New**, but we will use the **Non-Blocking** term in many places. **NIO-2** should be seen as a **New** **New** **I/O**...
+    It's also important to know that the <strong>N<strong> in <strong>NIO<strong> means <strong>New<strong>, but we will use the <strong>Non-Blocking<strong> term in many places. <strong>NIO-2<strong> should be seen as a <strong>New New I/O<strong>...
 </DIV>
 
 <p>The <code>java.nio.*</code> package contains following key constructs</p>