Re: 100% Java JDBC driver for Oracle?

From: Ward Mullins <ward_at_thoughtinc.com>
Date: 1997/03/27
Message-ID: <333B6DAD.A6F_at_thoughtinc.com>#1/1


netac wrote:
>
> Torsten Greiff wrote:
> >
> > Hello Karl,
> >
> > There is a JDBC driver from Weblogic (T3).
> > It is 100 % Java and it's not using ODBC.
> > We are currently developing Java applets using this driver and it's fine.
> >
> > http://www.weblogic.com/
> >
> > regards Tosten
>
> What does this "driver" provide? If I already have written a ProC
> method 4 function for source code level integration, why can't I use
> this under Java?

Maybe because you can't deploy it in the browser? The whole point of products such as weblogic's t3, and our 3-tier database middleware product CocoBase, is to provide a browser capable system suitable for a 3-tier environment. Since applets running inside of browsers don't have access to local resources, they also don't have the ability to get to local dll's such as the one that you probably created. What you did is produced your own proprietary non-jdbc driver interface which means that if for some reason you wanted to write applications which went to sybase instead, would require you write another compatible sybase driver to preserve your application code investment. If you have the time and energy to write all of your own drivers, then you probably don't need weblogic. Most people find it much cheaper to buy those sorts of solutions rather than build them...

Just my $.02
Ward Mullins
THOUGHT Inc.
ward_at_thoughtinc.com
http://www.thoughtinc.com Received on Thu Mar 27 1997 - 00:00:00 CET

Original text of this message