Simple JDBC 2 Tier Applet - An Example
The 2-Tier Applet consists of a Java applet which communicates with an Oracle server via JDBC.
The weblogic JDBC driver for Oracle is used.
The important java package to include is java.sql.*
Currently, the weblogic installation is on ‘osprey7’. The environment variable ‘classpath’ has to include /usr/npac/weblogic/classes
The applet directly calls the java class which has the code for communicating with the Oracle server.