core
Web
programming
JSP Review
113
2001 2003 Marty Hall, Larry Brown http://www.corewebprogramming.com
Review: JSP Introduction
JSP makes it easier to create/maintain
HTML, while still providing full access to
servlet code
JSP pages get translated into servlets
It is the servlets that run at request time
Client does not see anything JSP related
You still need to understand servlets
Understanding how JSP really works
Servlet code called from JSP
Knowing when servlets are better than JSP
Mixing servlets and JSP
Other technologies use similar approach,
but aren't as portable and don t let you use
Java for the real code
114
JSP
www.corewebprogramming.com
57