[ Team LiB ] Previous Section Next Section

Summary

In this hour, you were introduced to a key concept—access to data in a database from a JavaServer Page. In general, it is a bad idea to have database access directly embedded in a JavaServer Page. The use of JavaBeans or JSTL tags is the recommended solution when this sort of data access is needed.

    [ Team LiB ] Previous Section Next Section