| This Chapter | |
| - | Chapter 22: How Struts Works |
| - | The Action Servlet |
| - | Creating A ModuleConfig Object |
| - | The Request Processor |
| - | Summary |
This chapter dissected Struts’ source code and explains how the Struts action servlet handles each action invocation. Of particular interest are the three most important classes: ActionServlet, RequestProcessor, and ModuleConfig. Understanding how Struts works enables you to write more effective Struts applications.