Example: Web Front End to SQL
Will now go through a fairly substantial example that combines JDBC with servlets.
This Web application will allow a user to connect to an Oracle account on the server host, and submit arbitrary SQL commands and queries.
Besides introducing a couple of new JDBC features, it will illustrate (in more depth than the vending machine examples) the structure of a Web application involving multiple servlets.