| |
| | Create your own type 3 JDBC driver, Part 2 |
 | | Type 3 JDBC (Java Database Connectivity) drivers, primarily useful for Internet/intranet applications with no required client-side setting, provide flexible system administration facilities. |
 | | As such, the driver's server tier runs as an RMI server on the Web server machine, as does the driver's client tier, the sample Java applet, and the Webpage that invokes the applet. |
 | | Also copy the driver client-tier class files, along with the remote interface and stub class files generated during compilation, into the C:\Inetpub\wwwroot\TestApp directory (maintaining their directory structures). |
| www.javaworld.com /javaworld/jw-06-2002/jw-0614-jdbcdriver2.html (1202 words) |
|