[ Team LiB ] Previous Section Next Section

Workshop

The Workshop is designed to help you review what you have learned and help you further increase your understanding of the material covered in this hour.

Quiz

1:

What are the different components of SQL?

2:

What is the key advantage of using the JSTL tags?

3:

How do you pass parameters to the various JSTL SQL tags?


Answers

A1:

Data Types, Data Definition Language, Data Manipulation Language, and the Data Query Language

A2:

The JSTL tags are tested and provide documented functionality, without you having to reinvent the wheel.

A3:

Use the <sql:param> tag to pass parameters.


Activities

  1. Build a JavaServer Page to add people to the People tables using JDBC.

  2. Modify the JavaServer Page to use JSTL tags for the same functionality.

    [ Team LiB ] Previous Section Next Section