Lester Burnham wrote:Well, AspectJ is open source, so the risk (and financial cost) is limited.
But then, the Postgres JDBC driver is open source, too, so you can study -and adapt- it to your heart's content.
Postgres is just an example. Would also like to do this w/ Oracle's JDBC.
But you're right w/ Postgres and it being opensource. I was just reading the DriverManager class registerDriver() and seeing if I can do the following
But then it comes to the method below and it does not get called. So I'm wondering the semantics of DriverManager.registerDriver()