| A1: | DataSource connections in a WebLogic Server are added to the server's naming service. Thus, to use a DataSource connection in the client application, you should use the lookup() method of the Context object of the JNDI API. After obtaining the object reference from the context, you should typecast it to a DataSource type to use it in the client application. |