From 9e25ac599a0ee4887655093109aa5ce5233a6c30 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 27 Mar 2009 10:49:28 +0000 Subject: [PATCH] started to write the second chapter finally --- src/docbook/module/architecture.xml | 45 ++++++++++++++++++++++++++++- src/docbook/module/start.xml | 9 +++--- 2 files changed, 48 insertions(+), 6 deletions(-) diff --git a/src/docbook/module/architecture.xml b/src/docbook/module/architecture.xml index ef2e7df91f..2d42f02f90 100644 --- a/src/docbook/module/architecture.xml +++ b/src/docbook/module/architecture.xml @@ -5,5 +5,48 @@ ]> Architecture - To be written... + + In this chapter, we will examine what core functionalities are provided in + Netty and how they constitute a complete network application development + stack. + +
+ Rich Buffer Data Structure + + + +
+
+ Universal Asynchronous I/O API + + + +
+ +
+ Event Model based on the Interceptor Chain Pattern + + + +
+ +
+ Miscellaneous Constructs + + +
+ +
+ A View from the Feature Set Standpoint + + + +
+ +
+ Summary + + + +
diff --git a/src/docbook/module/start.xml b/src/docbook/module/start.xml index f206f5422e..b84f014980 100644 --- a/src/docbook/module/start.xml +++ b/src/docbook/module/start.xml @@ -12,11 +12,10 @@ end of this chapter. - - + + If you prefer top-down approach in learning something, you might want to + start from and get back here. +
Before Getting Started