The RMI Example
This example is organized so that the user interface is a Java applet on the client side of CORBA. The server side of CORBA is a Java class that has methods to call JDBC to access the database. The methods are structured as typical database “procedures”.
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.