Weblogic JDBC
In this tutorial, we are going to learn about JDBC (Java Database Connectivity) with the weblogic server. Before we proceed with the tutorial, Let`s go through some JDBC definitions.
JDBC (Java Database Connectivity)
In weblogic Server container, you can configure the datasources to connect to the databases. Each datasource created in a domain contains connection pools which consists of database connections, which are created during the initial startup of the server.
JDBC Connectivity Diagram:
No comments:
Post a Comment