The 2-Tier Applet consists of a Java applet which communicates with an Oracle server via JDBC. |
The Oracle JDBC driver for Oracle8 is used. This driver has implementations of the java classes that can be downloaded with the applet. |
The important java package to include is java.sql.* |
When you compile the applet, you must include a path to the driver classes. |
The applet directly calls the java class which has the code for communicating with the Oracle server. |