Workshop
This workshop tests whether you understand all the concepts you learned today. It is very helpful to know and understand the answers before starting tomorrow's lesson. You can find the answers to the quiz questions in Appendix A.
Quiz
Can you trace the development of JSP from HTML pages as you saw today? Knowing this history will help explain a great deal when it comes to working with servlets later in the book.
What are the four different types of JSP elements discussed today?
How many different types of scripting elements are there in JSP? What are they?
What are the tags you use for the three different types of JSP scripting elements?
What are the three JSP directive types?
Exercises
Take a look at the JSP resources given in the topic "Online JSP Resources" and either bookmark or download your favorites. Compiling a list of ready resources like that can be a big help in your JSP development. You might even want to try a few of the JSP tutorials.
Use the JSP expression <%= new java.util.Date() %> in a welcome message in a new JSP page. This expression will insert the current date and time, permitting you to customize your welcome page.