1 | The 2-Tier Applet consists of a Java applet which communicates with an Oracle server via JDBC. |
2 | The weblogic JDBC driver for Oracle is used. This driver has native code implementations of the java classes, requiring the applet to be on the same host as the driver. |
3 | The important java package to include is java.sql.* |
4 | Currently, the weblogic installation is on `osprey7'. The environment variable `classpath' has to include /usr/npac/weblogic/classes |
5 | The applet directly calls the java class which has the code for communicating with the Oracle server. |