Language Translator

Accessing a Database with the JSTL 1.1 SQL Tag Library

Accessing a Database with the JSTL 1.1 SQL Tag Library
The JavaServer Pages Standard Tag Library (JSTL) provides core tags for common structural tasks such as iteration and conditional processing, XML tags for XML processing, internationalization tags for formatting, and SQL tags for database processing. Learn how to use JSTL's SQL tags in a JSP app to retrieve data from a database and display it in a table.

No comments:

Post a Comment