31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
|
|
|
<title>Configure WebSphere Application Server - Express to access databases</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h4><a name="datacfg"></a>Configure WebSphere Application Server - Express to access databases</h4>
|
|
|
|
<p>WebSphere Application Server can be configured to access databases through data access applications. An application can be implemented using either the JDBC specification or the J2EE Connection Architecture (JCA) specification.</p>
|
|
|
|
<p>Select one of the following topics to configure WebSphere Application Server - Express to access databases:</p>
|
|
|
|
<blockquote>
|
|
<p><strong><a href="dataccon.htm">Configure JDBC data access</a></strong>
|
|
<br>If your data access application implements the JDBC specification, you configure a JDBC provider and a data source to access your database.</p>
|
|
|
|
<p><strong><a href="datacconjca.htm">Configure JCA data access</a></strong>
|
|
<br>If your data access application implements the J2EE Connector Architecture (JCA) specification, you must configure a connection factory and resource adapter to provide connections to your database.</p>
|
|
</blockquote>
|
|
|
|
</body>
|
|
</html>
|
|
|