<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="portlet" uri="http://java.sun.com/portlet" %> <%-- TODO: Check if datasource is created --%> <%-- Datasource --%> <%-- Create the connection manually --%> <%-- Select statement --%> select * from ${tbl}
DB:    Table:
<%-- Get the column names for the header of the table --%> <%-- Check if there are table data to display --%> <%-- Get the value of each column while iterating over rows --%>
*** Empty ***

">View Tables   |   ">View Databases