From: "Jeremy Boynes" <[EMAIL PROTECTED]> > The advantage of a unified model is that there is only one > implementation *within Derby.* Having multiple ones for one product > depending on the JVM and transport in use is just confusing.
I think another problem with a unified implementation is that the various DataSource interfaces (DataSource, ConnectionPoolDataSource and XADataSource) are not related, and even have different signatures. Regards
