2.7 Summary and Conclusions
This chapter started down the exciting road of writing JSPs. The two phases of a JSP's existence were discussed: the translation phase, in which JSP code is turned into a Java servlet, and the request phase, in which the servlet is run to produce HTML.
So far, we have not even begun to scratch the surface of what JSPs can do. The next chapter starts looking at some of the things that can be done at request time, which is when the doorway to dynamic content really opens.
 |