Return to index

 

Database Projects

These can use TJI's integrated JDBC compliant database.

 

Example project 1

Shows how a Java program can connect to a JDBC compliant database.

 

Example project 2

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.

JSTL

The SQL Query Tag Handler Project

The JSP Project

 

Example project 3

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.

The JSP Project

 

Return to index