Community

Build a servlet-based application that executes SQL statements against a database

(Joel Murach) This tutorial shows how to use a Java servlet, a JavaServer Page (JSP), and a static Java class to create an application that can be used to interactively execute any standard SQL statement against a database that’s running on a server. You can use an application like this one to w

Read More - Register for Free Membership