|
Day 27: Using Java Server Pages
Notes and Corrections
- To try out the JavaServer Page examples from this chapter, use these links:
counter.jsp,
environment.jsp,
Greeting.jsp,
guestbook.jsp,
SetColor.jsp,
shopforbooks.jsp, and
time.jsp
- You may not be able to view the source code of the .JSP files on this page with
your browser. I wrote a JavaServer Page to display them as text: Click each of
the following links:
counter.jsp,
guestbook.jsp,
guestbookpost.jsp,
shopforbooks.jsp,
time.jsp, and
SetColor.jsp. You can also see
ViewJavaSource.jsp itself.
Source Files
Reader Questions
Activities
|