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