今天在工作中遇到一段代码,是和Weblogic有关的,利用它获取数据源
第一步:Getting a Database Connection from a DataSource Object
Obtaining a Client Connection Using a DataSource
注意事项: When using a JDBC connection in a client-side application, the exact same JDBC driver classes must be in the CLASSPATH
on both the server and the client. If the driver classes do not match, you may see java.rmi.UnmarshalException
exceptions.








































































