JavaServer Page (JSP) Programming


JavaServer Page (JSP) Programming - Introduction to JSP

This tutorial will help get you started with coding JSP. You'll learn the definition of JavaServer Pages and understand JSP mechanics, JSP constructs and JSP features such as using JavaBeans and Custom Tag Libraries. Also covered: Comparisons to Servlets and Active Server Pages (ASP) and the relationship/use of JSP in Web Applications

JavaServer Page (JSP) Programming - JSP Basics

Learn the syntax, structure, data types and the rules of coding JavaServer Pages. This lesson includes how a server translates JSP into a HTTP Servlet (includes code examples), predefined variables, JSP expressions, JSP scriplets (with example), JSP declarations, page context, installing and using JSPs and JSP errors.

JavaServer Page (JSP) Programming - Directives

A brief discussion of using directives in JSP, including the page directive.

Combining Files in JSP

Learn how to improve the modularization of your code by including files (e.g. other JSPs, HTML or plain text) at translation time or at request time. Learn the pros and cons of each technique. Of course there are plenty of examples and a workshop!

The remaining lessons from this tutorial can be accessed by registered students by clicking here or on the More Tutorials link above.