1 | This example is organized so that the user interface is a Java applet on the client side of RMI. The server side of RMI is a Java class that has methods to call JDBC to access the database. The methods are structured as typical database "procedures". |
2 | This example also uses the WebLogic driver to access an Oracle database server, and the RMI server must be on the same host as the WebLogic driver. |
3 | Show example. |