%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
SimplePool JNDI/JSTL Example
<%-- Execute the query using our JNDI DataSource --%>
SHOW TABLES
Tables
<%--
Loop through the result set and
display the current column value
--%>