Source Code: Interactive SQL Example

Uses the custom tag from the previous example to create an Interactive SQL Page that allows the user to browse data in the database.

File name Description
com/salmonllc/examples/example3/InteractiveSQLController.java The controller that dynamically builds a model and the dynamic portion of the view.
example3/InteractiveSQL.jsp The static portion of the view. The rest is created in the controller.


Return to Home Page
Run the Example