Added a link to the project

This commit is contained in:
Trustin Lee 2008-09-16 12:32:31 +00:00
parent a668e5066a
commit 0caeb69ae6

View File

@ -38,12 +38,13 @@
<section> <section>
<title>The Solution</title> <title>The Solution</title>
<para> <para>
<firstterm>The Netty project</firstterm> is an effort to provide an <firstterm><ulink url="http://www.jboss.org/netty/">The Netty
asynchronous &middot; event-driven network application framework and project</ulink></firstterm> is an effort to provide an asynchronous
tooling for rapid development of maintainable high-performance &middot; &middot; event-driven network application framework and tooling for the
high-scalability protocol servers and clients. To simplify, Netty rapid development of maintainable high-performance &middot;
helps you to write your own network application very easily -- it's high-scalability protocol servers and clients. To simplify, Netty helps
often called <firstterm>rapid network application development</firstterm>. you write your own network application very easily -- it's often called
<firstterm>rapid network application development</firstterm>.
</para> </para>
<para> <para>
Rapid network application development doesn't mean that a resulting Rapid network application development doesn't mean that a resulting
@ -62,7 +63,7 @@
comfortable experience both in terms of the API and the implementation comfortable experience both in terms of the API and the implementation
from the day one. It's not something tangible but you will get to from the day one. It's not something tangible but you will get to
realize that this philosophy will make your life much easier as you realize that this philosophy will make your life much easier as you
read this guide and play with Netty. read this guide on and play with Netty.
</para> </para>
</section> </section>
</preface> </preface>