Database Projects
These can use TJI's integrated JDBC compliant database.
Shows how a Java program can connect to a JDBC compliant database.
Shows how getting and displaying a result set in JSP is simplicity itself.
Download the following three projects. Build the JSTL and Tag Handler projects first (if you have not already done so), then run the JSP project.
You must have downloaded and run the DB example 1 project (above) first because this creates the tables queried by this project.
The SQL Query Tag Handler Project
Getting and displaying a result set in JSP based on a form.
Download the following project plus the latest SQL Query Tag Handler project (see above). Build the Tag Handler project first, then run the JSP project.
You must have downloaded and run the DB example 1 first because this creates the tables queried by example 2.