GeekArticles
Java
JSPJSP Overview, Part 2
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 502 times |
Add CommentFiled in: JSPRelated Reading JavaServer Pages, 2nd Edition By Hans Bergsten Table of Contents Index Sample Chapter by Hans Bergsten In this excerpt from JavaServer Pages, 2nd Edition , the second in a two-part series providing an overview of JSP, you'll find an introduction to JSP application design with MVC and learn about JSP processing. JSP Processing Just as a web server needs a servlet container to provide an interface to servlets, the server needs a JSP container to process JSP pages. The JSP...n
Read Article Sponsored Links
Related Articles