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