JSP Overview, Part 1 (O'Reilly)
[Posted August 28, 2002 by cook]
Hans Bergsten
covers Java servelets in an excerpt from his book on Java Server Pages.
"
JSP is the latest Java technology for web application development and is based on the servlet technology introduced in the previous chapter. While servlets are great in many ways, they are generally reserved for programmers. In this chapter, we look at the problems that JSP technology solves, the anatomy of a JSP page, the relationship between servlets and JSP, and how the server processes a JSP page."
(
Log in to post comments)