From: Bill H. <bi...@lo...> - 2004-03-24 16:24:43
|
Bertrand, On Wed, 2004-03-24 at 15:05, Bertrand Renuart wrote: > The pluggable ConnectionBuilder I was talking about last time may provide a > solution. > If required, people could build their own connection builder. This builder > would return an adapter around the vendor supplied connection. I see that might be possible. But writing an adapter is not a trivial task. And they would have to maintain it across JDK versions. I suppose they could provide just the interface and we could include that in out proxy class... No adapter needed. Just their own interface that matches the API of the driver's Connection object. I wonder whether that would work. - Bill |