started to write the second chapter finally

This commit is contained in:
Trustin Lee 2009-03-27 10:49:28 +00:00
parent f736fff687
commit 9e25ac599a
2 changed files with 48 additions and 6 deletions

View File

@ -5,5 +5,48 @@
]> ]>
<chapter id="architecture"> <chapter id="architecture">
<title>Architecture</title> <title>Architecture</title>
<para>To be written...</para> <para>
In this chapter, we will examine what core functionalities are provided in
Netty and how they constitute a complete network application development
stack.
</para>
<section>
<title>Rich Buffer Data Structure</title>
<para>
</para>
</section>
<section>
<title>Universal Asynchronous I/O API</title>
<para>
</para>
</section>
<section>
<title>Event Model based on the Interceptor Chain Pattern</title>
<para>
</para>
</section>
<section>
<title>Miscellaneous Constructs</title>
<para>
</para>
</section>
<section>
<title>A View from the Feature Set Standpoint</title>
<para>
</para>
</section>
<section>
<title>Summary</title>
<para>
</para>
</section>
</chapter> </chapter>

View File

@ -12,11 +12,10 @@
end of this chapter. end of this chapter.
</para> </para>
<!-- The chapter 2 is not written yet. --> <para>
<!--para> If you prefer top-down approach in learning something, you might want to
If you prefer the top-down approach in learning something, you might want start from <xref linkend="architecture"/> and get back here.
to start from <xref linkend="architecture"/> and get back here. </para>
</para-->
<section> <section>
<title>Before Getting Started</title> <title>Before Getting Started</title>