You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/04/24 07:29:12 UTC

svn commit: r164447 - in /directory/network/trunk/xdocs: index.xml news.xml roadmap.xml

Author: trustin
Date: Sat Apr 23 22:29:11 2005
New Revision: 164447

URL: http://svn.apache.org/viewcvs?rev=164447&view=rev
Log:
Updated xdocs


Modified:
    directory/network/trunk/xdocs/index.xml
    directory/network/trunk/xdocs/news.xml
    directory/network/trunk/xdocs/roadmap.xml

Modified: directory/network/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/network/trunk/xdocs/index.xml?rev=164447&r1=164446&r2=164447&view=diff
==============================================================================
--- directory/network/trunk/xdocs/index.xml (original)
+++ directory/network/trunk/xdocs/index.xml Sat Apr 23 22:29:11 2005
@@ -13,17 +13,31 @@
                 performance and high scalability network applications easily.
             </p>
             <p>
-                MINA will be a simple yet full-featured network application
+                MINA is a simple yet full-featured network application framework
                 which provides:
                 <ul>
-                    <li>Support for TCP and UDP transport types,</li>
-                    <li>Support for both server (inetd-like) and client side,</li>
-                    <li>Unit testability,</li>
-                    <li>JMX managability,</li>
-                    <li>Traffic throttling,</li>
-                    <li>Overload shielding,</li>
+                    <li>Unified API for various transport types:
+		        <ul>
+			    <li>TCP/IP</li>
+			    <li>UDP/IP</li>
+			    <li>In-VM pipe communication</li>
+			    <li>You can implement your own!</li>
+			</ul>
+                    </li>
+		    <li>Low-level and high-level API:
+		        <ul>
+			    <li>Low-level: uses ByteBuffers</li>
+			    <li>High-level: uses user-defined message objects and codecs</li>
+			</ul>
+		    </li>
+		    <li>Support for stream-based I/O model via <code>StreamIoHandler</code></li>
+		    <li>Filter interface as an extension point; similar to <a href="http://java.sun.com/products/servlet/Filters.html">Servlet filters</a></li>
+                    <li>Unit testability using <a href="http://www.mockobjects.com/">mock objects</a>,</li>
+                    <li>JMX managability, (coming soon)</li>
+                    <li>Traffic throttling, (coming soon)</li>
+                    <li>Overload shielding, (coming soon)</li>
                     <li>Integration with well known containers such as Spring
-                    	and OSGi,</li>
+                    	and OSGi, (coming soon)</li>
                     <li>Smooth migration from Netty, a popular NIO framework.
                     	(See <a href="http://gleamynode.net/dev/tl-netty2-example-sumup/docs/">Netty Tutorial</a>)</li>
                 </ul>
@@ -69,18 +83,18 @@
                     </tr>
                     <tr>
                         <td><a target="classFrame" href="xref-examples/org/apache/mina/examples/httpserver/package-summary.html">HTTP server</a></td>
-                        <td>Stream-based I/O support.</td>
+                        <td>Stream-based synchronous I/O support.</td>
                         <td>Server</td>
                     </tr>
                     <tr>
                         <td><a target="classFrame" href="xref-examples/org/apache/mina/examples/tennis/package-summary.html">Tennis</a></td>
-                        <td>In-VM pipe support in protocol layer.</td>
+                        <td>In-VM pipe communication support in protocol layer.</td>
                         <td>Both</td>
                     </tr>
                     <tr>
                         <td><a target="classFrame" href="xref-examples/org/apache/mina/examples/registry/package-summary.html">Registry</a></td>
                         <td>A frontend package that makes setting up MINA easier.</td>
-                        <td>Server (registry)</td>
+                        <td>Server</td>
                     </tr>
                 </table>
             </p>

Modified: directory/network/trunk/xdocs/news.xml
URL: http://svn.apache.org/viewcvs/directory/network/trunk/xdocs/news.xml?rev=164447&r1=164446&r2=164447&view=diff
==============================================================================
--- directory/network/trunk/xdocs/news.xml (original)
+++ directory/network/trunk/xdocs/news.xml Sat Apr 23 22:29:11 2005
@@ -9,17 +9,17 @@
 
 		<section name="Latest News">
 			<subsection name="28 December 2004">
-				<p>
+				<p>
 					JavaDoc documentation is finished to help users to learn MINA
 					by <a href="xref-examples/index.html">examples</a> referring to
-					<a href="apidocs/index.html">JavaDocs</a>.
+					<a href="apidocs/index.html">JavaDocs</a>.
 				</p>
 			</subsection>
 		
 			<subsection name="25 November 2004">
-				<p>
-					We're currently focusing on bringing the documentation up-to-date and
-					setting up overall roadmap.  Thanks to Vincent Tence for helping me.
+				<p>
+					We're currently focusing on bringing the documentation up-to-date and
+					setting up overall roadmap.  Thanks to Vincent Tence for helping me.
 				</p>
 			</subsection>
 		</section>
@@ -28,7 +28,7 @@
 			<p>
 				The implementation is close to 0.7 release.
 				We are writing some documents for MINA improving her constantly.
-			</p>
+			</p>
 		</section>
 	</body>
 </document>

Modified: directory/network/trunk/xdocs/roadmap.xml
URL: http://svn.apache.org/viewcvs/directory/network/trunk/xdocs/roadmap.xml?rev=164447&r1=164446&r2=164447&view=diff
==============================================================================
--- directory/network/trunk/xdocs/roadmap.xml (original)
+++ directory/network/trunk/xdocs/roadmap.xml Sat Apr 23 22:29:11 2005
@@ -9,15 +9,20 @@
 
 		<section name="Roadmap">
 			
-			<subsection name="0.7 (January 2005)">
+			<subsection name="0.7 (May 2005)">
 				<p>
 					<ul>
-						<li>Stable core API implementation</li>
-						<li><a href="http://gleamynode.net/dev/projects/netty2/">Netty2</a>
-							and <a href="http://incubator.apache.org/directory/subprojects/snickers/codec-stateful/">Snickers
-							stateful codec</a> wrapper.</li>
-						<li>Frontend API for usability</li>
-						<li>Support for TCP and UDP transport</li>
+						<li>Stable core API and its implementation</li>
+						<li>Frontend API</li>
+						<li>Support for various transport types:
+							<ul>
+								<li>TCP/IP</li>
+								<li>UDP/IP</li>
+								<li>In-VM pipe communication</li>
+							</ul>
+						</li>
+						<li>Stream-based I/O</li>
+						<li>SSL Filter based on Java 5 SSLEngine</li>
 					</ul>
 				</p>
 			</subsection>
@@ -25,7 +30,7 @@
 			<subsection name="0.8 (no date set)">
 				<p>
 					<ul>
-						<li>Add various IoHandlerFilters and ProtocolHandlerFilters
+						<li>Useful IoHandlerFilters and ProtocolHandlerFilters
 							<ul>
 								<li>Performance tracing</li>
 								<li>Event logging</li>
@@ -55,13 +60,9 @@
 			<subsection name="1.1 (no date set)">
 				<p>
 					<ul>
-						<li>Add advanced IoHandlerFilters and ProtocolHandlerFilters:
-							<ul>
-								<li>Integration with
-									<a href="http://incubator.apache.org/directory/subprojects/janus/">Janus</a></li>
-							</ul></li>
+						<li>More useful IoHandlerFilters and ProtocolHandlerFilters</li>
 					</ul>
-				</p>
+				</p>
 			</subsection>
 		</section>
 	</body>