65 lines
3.7 KiB
HTML
65 lines
3.7 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="Long description of Figure 1: How servlets work (rzahh585.gif)" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzahh585" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Long description of Figure 1: How servlets work (rzahh585.gif)</title>
|
|
</head>
|
|
<body id="rzahh585"><a name="rzahh585"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Long description of Figure 1: How servlets work (rzahh585.gif)</h1>
|
|
<div><div class="section"><p><strong>found in IBM<sup>®</sup> Toolbox for Java™: Servlet classes</strong></p>
|
|
<p>This figure
|
|
illustrates in a general way how servlets work.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Description</h4><p>The figure is composed of the following:</p>
|
|
<ul><li>An image on the left of a personal computer, labeled 'Browser,' that represents
|
|
an instance of a browser running on a personal computer.</li>
|
|
<li>An image of an iSeries™ server on the right, labeled 'iSeries Data,'
|
|
that represents the location of the data that you want the servlet to access.</li>
|
|
<li>An image of an iSeries server in the middle (between the other two
|
|
images), labeled 'WebServer,' that represents the Web server. Several labeled
|
|
shapes on the WebServer image indicate files or functions that reside on
|
|
the WebServer: <ul><li>A green oval labeled Servlet that represents the location of the servlet
|
|
code.</li>
|
|
<li>A tan circle labeled jt400Servlet that indicates the location of the jt400Servlet.jar
|
|
file.</li>
|
|
<li>A tan circle labeled jt400 that indicates the location of the jt400.jar
|
|
file.</li>
|
|
</ul>
|
|
<div class="note"><span class="notetitle">Note:</span> The WebServer does not have to be on an iSeries server, but it can be, and can
|
|
even be the same server as that indicated by the iSeries Data image.</div>
|
|
</li>
|
|
<li>Lines that connect the images together.</li>
|
|
</ul>
|
|
<p>A line labeled HTML connects the Browser (the left image) to a Servlet
|
|
(the green oval) on the WebServer (middle image). The line is labeled HTML
|
|
because servlets most often use HTML to 'serve' data to the browser.</p>
|
|
<p>The
|
|
WebServer is running two IBM Toolbox for Java jar files (the tan circles), jt400Servlet.jar
|
|
and jt400.jar. The classes in jt400Servlet.jar, along with the classes in
|
|
jt400.jar, enable the WebServer to run a servlet that easily connects to
|
|
servers that contain iSeries Data (the right image). The line with arrowheads
|
|
on both ends that connects the two images indicates this connection.</p>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |