Any gotchas in migrating database connectivity to the JDK 2.0 style ?
- by Everyone
Looking at some old application code which uses explicit driver loading as
Class.forName(...).newInstance
I have been told to change this to use the JDK2.0 mechanism to establish a database connection using ContextLookup, and DataSource.
Are there any gotchas I should be aware of?