1 |
Advantages
-
Allows access to a remote database using JDBC API from a java program transparently with a single driver existence at the client side.
-
Tries to attain uniformity at the client side over the use of the driver and the jdbc API used.
-
Will work with any type of driver (out of 4 categories mentioned previously) which only needs to be at the server side now.
|