Home TOC |
Search
Feedback |
JavaServer PagesTM Technology
JavaServer PagesTM (JSPTM) 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:
- A language for developing JSP pages, which are text-based documents that describe how to process a request and construct a response
- Constructs for accessing server-side objects
- Mechanisms for defining extensions to the JSP language
JSP technology also contains API that is used by developers of web containers, but this API is not covered in this chapter.
- What is a JSP Page?
- The Example JSP Pages
- The Life Cycle of a JSP Page
- Translation and Compilation
- Execution
- Initializing and Finalizing a JSP Page
- Creating Static Content
- Creating Dynamic Content
- Using Objects Within JSP Pages
- JSP Scripting Elements
- Including Content in a JSP Page
- Transferring Control to Another Web Component
- Param Element
- Including an Applet
- Extending the JSP Language
Home TOC |
Search
Feedback |