| This Chapter | |
| - | Introduction |
| - | Why Servlets Are Not Dead |
| - | The Problems with Model 1 |
| - | Model 2 |
| - | The Benefits of Struts |
| - | Overview of the Chapters |
| - | Code Download |
| - | Other Resources |
One of the strengths of this book is that each topic is accompanied by plenty of examples. The accompanying applications can be freely downloaded from
http://www.brainysoftware.com/books/struts/mgm/StrutsBookApps.zip
The naming of accompanying applications in each chapter follows this format:
appXXy
where XX is the two digit chapter number and y is a letter that represents the application order in the chapter. Therefore, the second application in Chapter 1 is app01b.
Tomcat 5 was used to test all applications. All of them were run on the author’s machine on port 8080. Therefore, the URLs for all applications start with http://localhost:8080, followed by the application name and the servlet path.