[ Team LiB ] Previous Section Next Section

Hour 18. Working with Databases and JSTL Database Actions

What You'll Learn in This Hour:

  • The basics of SQL and types of SQL statements

  • How to use JDBC from JavaServer Pages and Servlets

  • How to use JavaBeans from JavaServer Pages

  • How to use the JSTL SQL tag library

This hour briefly introduces the concept of databases, SQL, and JDBC. In no way will this hour make you an expert in SQL or JDBC, but it will point you in the right direction to learn these technologies, if you don't already know them.

The hour will focus on how you can use JDBC from within JavaServer Page. You will learn about scriptlets and JavaBeans as a way to access databases through JDBC. You will dig deep into the use of the JSTL database actions that are part of the JSTL tag libraries that were introduced in the previous hour.

    [ Team LiB ] Previous Section Next Section