June 23, 2011, 3:09 a.m.
posted by reo
JavaServer Pages TechnologyStephanie Bodoff In This Chapter 14.1 What is a JSP Page? 14.3 The Life Cycle of a JSP Page 14.4 Initializing and Finalizing a JSP Page 14.7 Including Content in a JSP Page 14.8 Transferring Control to Another Web Component 14.9 Including an Applet 14.10 Extending the JSP Language Javaserver Pages (JSP) technology allows you to easily create Web content that has both static and dynamic components. JSP technology projects all the dynamic capabilities of Java Servlet technology but provides a more natural approach to creating static content. The main features of JSP technology are:
|
- Comment