If we were using standard javax.sql.DataSources, I'd agree. I guess I could do some sort of wrapper around a DataSource and expose it w/ our custom API...
Type: Posts; User: fender9999; Keyword(s):
If we were using standard javax.sql.DataSources, I'd agree. I guess I could do some sort of wrapper around a DataSource and expose it w/ our custom API...
We've got a fairly standard application-context.xml that imports several classpath sub-contexts.
Currently our database connections and memcached configurations are in custom XML outside of the...