ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/program/intercode.htm

34 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>Assemble your application code</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h5><A NAME="intercode"></A>Assemble your application code</h5>
<p>You must assemble application modules including Web application archives (WAR) and resource adapter archives (RAR) for your application components before you can install them. Application assembly is the process of creating archive files that bundle all of the components belonging to an application and configuring the run-time behavior of these applications.</p>
<p>Before assembling, gather all of the code you need to package into your assembled modules including:</p>
<p>
<ul>
<li>Servlets, JavaServer Pages (JSP) files and other Web components</li>
<li>Resource adapter (connector) implementations</li>
<li>Other supporting classes and files</li>
</ul>
</p>
<p>To assemble your application, use the WebSphere Development Studio for iSeries. For more information, see the WebSphere Development Studio Client Help.</p>
<p><strong>Next step: </strong><a href="pgmdeploy.htm">Deploy your application</a> in the <em>Application development</em> topic.</p>
</body>
</html>