GeekArticles
Java
JSP


JSP Overview, Part 2
Related 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
Sponsored Links
Read Next: JSTL 1.0: What JSP Applications Need, Part 3
Related Topics
Subscribe via RSS
JSP
- Intro to JSP
- JSP Standard Tag Libraries, Part 2
- An Introduction to JSP Standard Template Library (JSTL)
- JSTL 1.0: Standardizing JSP, Part 1
- JSP Overview, Part 2
- JSTL 1.0: What JSP Applications Need, Part 3
- Initialization and Clean-up for JSP Pages
- Creating Richer Hyperlinks with JSP Custom Tags
- Freedom of Choice
- JSTL 1.0, EJB 2.1 and XML Basics