Demonstrates how to use servlets to access the database |
This example uses Weblogic's JDBC driver to connect to the Oracle database. |
The servlet allows to connect to a user's database and run queries on the same |
It displays the query results as well as the driver details |
The main java packages imported are java.servlet, java.servlet.http and java.sql among others. |