Author: trustin Date: Tue Dec 28 05:26:38 2004 New Revision: 123502 URL: http://svn.apache.org/viewcvs?view=rev&rev=123502 Log: Updated index and news page Modified: incubator/directory/network/trunk/mina/xdocs/index.xml incubator/directory/network/trunk/mina/xdocs/news.xml
Modified: incubator/directory/network/trunk/mina/xdocs/index.xml Url: http://svn.apache.org/viewcvs/incubator/directory/network/trunk/mina/xdocs/index.xml?view=diff&rev=123502&p1=incubator/directory/network/trunk/mina/xdocs/index.xml&r1=123501&p2=incubator/directory/network/trunk/mina/xdocs/index.xml&r2=123502 ============================================================================== --- incubator/directory/network/trunk/mina/xdocs/index.xml (original) +++ incubator/directory/network/trunk/mina/xdocs/index.xml Tue Dec 28 05:26:38 2004 @@ -8,26 +8,31 @@ <body> <section name="Introduction"> <p> - MINA (Multipurpose Infrastructure for Network Applications) is a high - performance and high scalability network application framework which - allows easy development of network applications. + MINA (Multipurpose Infrastructure for Network Applications) is a + network application framework which helps users develop high + performance and high scalability network applications easily. </p> <p> MINA will be a simple yet full-featured network application which provides: <ul> - <li>Support for TCP, UDP, and intra-VM transport types,</li> + <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>Unit testability,</li> <li>JMX managability,</li> <li>Traffic throttling,</li> <li>Overload shielding,</li> - <li>Integration with well known containers such as Spring, - PicoContainer, Merlin, etc,</li> - <li>and a wrapper for a proven legacy NIO framework, - <a href="http://gleamynode.net/dev/projects/netty2/">Netty2</a> - to help users' migration.</li> + <li>Integration with well known containers such as Spring and OSGi, + </li> </ul> + </p> + </section> + + <section name="Getting Started"> + <p> + Tutorial is under construction. Please start from + <a href="xref-examples/index.html">examples</a> referring + to <a href="apidocs/index.html">JavaDocs</a>. </p> </section> </body> Modified: incubator/directory/network/trunk/mina/xdocs/news.xml Url: http://svn.apache.org/viewcvs/incubator/directory/network/trunk/mina/xdocs/news.xml?view=diff&rev=123502&p1=incubator/directory/network/trunk/mina/xdocs/news.xml&r1=123501&p2=incubator/directory/network/trunk/mina/xdocs/news.xml&r2=123502 ============================================================================== --- incubator/directory/network/trunk/mina/xdocs/news.xml (original) +++ incubator/directory/network/trunk/mina/xdocs/news.xml Tue Dec 28 05:26:38 2004 @@ -8,6 +8,14 @@ <body> <section name="Latest News"> + <subsection name="28 December 2004"> + <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>. + </p> + </subsection> + <subsection name="25 November 2004"> <p> We're currently focusing on bringing the documentation up-to-date and
