Database Middleware
Database Middleware facilitates communication between heterogenious databases. Acts as a mediator for handling data type conversions and database commands.
JETProxy
The JET Proxy JDBC Driver is a type 3 JDBC driver that can be used to serve data from ANY other JDBC driver using RMI. The driver is does NOT currently support CallableStatements (Stored procedures) or the Stream data types on ResultSets.
Support for streams, CallableStatements, and JDBC 2.0 may come in the future if there is any interest. Source is available for download, and it is free for any use.
With a type 3 driver, we need to have a "Middleware" component. The JET Proxy JDBC Server provides this function.
The JET Proxy Server is an RMI based server. It runs it's own instance of the RMI Registry internally. It is 100% pure java, though some of your JDBC drivers may require native pieces.
The JET Proxy JDBC Driver is the client side portion of the driver. You use it just like you use any other JDBC driver. This particular driver is Type 3 and according to Sun's definition of driver types. It is JDBC 1.2 compliant.
This driver should work with JDK 1.1 thru 1.3, no matter what VM version your JET Proxy server is running.
visit
JETProxy
JETProxy was visited : 104 times
Loading .....