ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/program/datadep.htm

30 lines
1.7 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>Deploy data access applications</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="datadep"></a>Deploy data access applications</h4>
<p>Before you deploy a data access application into the WebSphere Application Server - Express environment, you must first ensure that the appropriate database objects are available. This action includes creating and configuring any databases or tables required, setting necessary configuration parameters to handle expected load, and configuring any necessary JDBC providers and data source objects for JSPs and servlets to use.</p>
<p>If your database configuration does not already exist, create a database and the tables that are required by your application. Use your database server interfaces to create the tables.<!--If your application uses entity enterprise beans to access the data, you can create the tables with the data definition language (DDL) that is generated from the enterprise bean configuration. For more information, see <a href="dataddl.htm">Recreating database tables from the exported table DDL</a>.--></p>
<!--<p>If your application does not use entity beans, you must use your database server interfaces to create the tables.</p>-->
<p>In addition, consider <a href="datasec.htm">Security of lookups</a>.</p>
<p>See the WebSphere Development Studio Client Help for more information about deploying your data access application.</p>
</body>
</html>