81 lines
3.7 KiB
HTML
81 lines
3.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>Application development</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h1><A NAME="program"></A>Application development</h1>
|
|
|
|
|
|
<p>WebSphere<SUP>(R)</SUP> Application Server - Express supports these application modules that work together to perform a business logic function:</p>
|
|
|
|
<ul>
|
|
<li>Servlets, JavaServer Pages (JSP) files and other Web components, such as HTML and image files</li>
|
|
<li>Resource adapter (connector) implementations</li>
|
|
<li>Other supporting classes and files</li>
|
|
</ul>
|
|
|
|
|
|
<p>This diagram illustrates the overall view comprising these technologies in the WebSphere Application Server - Express environment and the application development process:</p>
|
|
<img src="rzamy507.gif" width="529" height="332" alt="" border="0">
|
|
<!-- <p><font color="red">This is just a mock up of this graphic. If there are no comments on the content, it will be sent to the graphic artist to be redone.</font></p>
|
|
<p><img src="rzaiz558.gif" width="378" height="322" alt="" border="0"></p>-->
|
|
|
|
<p>Perform these steps to develop and deploy your WebSphere Application Server - Express for iSeries<SUP>(TM)</SUP> applications.</p>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
<tr>
|
|
<td width="180"><a href="pgmplan.htm"><img src="was2069.gif" width="177" height="55" alt="" border="0"></a></td>
|
|
<td align="left" valign="middle"><strong><a href="pgmplan.htm">Step 1: Plan</a></strong>
|
|
<br>This step describes how to prepare your development environment and what information you should gather before you begin designing and developing your application, including information on development tools.</td></tr>
|
|
|
|
|
|
<tr><td colspan="2" height="10"></td></tr>
|
|
|
|
|
|
<tr>
|
|
<td width="180"><a href="pgmdesign.htm"><img src="rzamy501.gif" width="177" height="55" alt="" border="0"></a></td>
|
|
<td align="left" valign="middle"><strong><a href="pgmdesign.htm">Step 2: Design your application</a></strong>
|
|
<br>This step provides tips and resources for designing your Java<SUP>(TM)</SUP> components.</td></tr>
|
|
|
|
|
|
<tr><td colspan="2" height="10"></td></tr>
|
|
|
|
|
|
<tr>
|
|
<td width="180"><a href="pgmdev.htm"><img src="rzamy502.gif" width="225" height="55" alt="" border="0"></a></td>
|
|
<td align="left" valign="middle"><strong><a href="pgmdev.htm">Step 3: Develop your application</a></strong>
|
|
<br>This topic describes how to develop applications for WebSphere Application Server.</td></tr>
|
|
|
|
|
|
<tr><td colspan="2" height="10"></td></tr>
|
|
|
|
|
|
<tr>
|
|
<td width="180"><a href="pgmassem.htm"><img src="rzamy503.gif" width="225" height="55" alt="" border="0"></a></td>
|
|
<td align="left" valign="middle"><strong><a href="pgmassem.htm">Step 4: Assemble your application</a></strong>
|
|
<br>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. See this topic for more information.</td></tr>
|
|
|
|
|
|
<tr><td colspan="2" height="10"></td></tr>
|
|
|
|
|
|
<tr>
|
|
<td width="180"><a href="pgmdeploy.htm"><img src="rzamy504.gif" width="225" height="55" alt="" border="0"></a></td>
|
|
<td align="left" valign="middle"><strong><a href="pgmdeploy.htm">Step 5: Deploy your application</a></strong>
|
|
<br>After you develop and assemble your application, you can deploy it in your application server. See this topic for more information.</td></tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|