ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahh_5.4.0.1/tutorial.htm

79 lines
4.6 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="Simple programming examples" />
<meta name="abstract" content="These examples show some of the ways you can begin to code your own Java programs using the IBM Toolbox for Java classes. Meant for programmers just beginning to use IBM Toolbox for Java classes, these examples include detailed explanations about key lines in the code." />
<meta name="description" content="These examples show some of the ways you can begin to code your own Java programs using the IBM Toolbox for Java classes. Meant for programmers just beginning to use IBM Toolbox for Java classes, these examples include detailed explanations about key lines in the code." />
<meta name="DC.Relation" scheme="URI" content="rzahnm03.htm" />
<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="tutorial" />
<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>Simple programming examples</title>
</head>
<body id="tutorial"><a name="tutorial"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Simple programming examples</h1>
<div><p>These examples show some of the ways you can begin to code your
own Java™ programs
using the IBM<sup>®</sup> Toolbox
for Java classes.
Meant for programmers just beginning to use IBM Toolbox for Java classes, these examples include detailed
explanations about key lines in the code.</p>
<div class="section"><p>If you want some help getting started, see <a href="tutorialhelp.htm#tutorialhelp">Writing
your first IBM Toolbox
for Java program</a>. </p>
</div>
<div class="section"><p>For links to many of the other examples provided in the IBM Toolbox for Java information,
see <a href="exples.htm#exples">Code examples</a>.</p>
</div>
<div class="section"><p>Use the following list to view the simple programming examples:</p>
</div>
<div class="section"><ul><li><a href="cmdcallex.htm#cmdcallex">Calling commands</a></li>
<li><a href="tutorl1.htm#tutorl1">Using message queues</a></li>
<li><a href="rlaex1.htm#rlaex1">Using record-level access</a></li>
<li><a href="jdbcex1.htm#jdbcex1">Using JDBC classes to create and populate
a table</a></li>
<li><a href="guiex1.htm#guiex1">Displaying a list of server jobs in a
GUI</a></li>
</ul>
</div>
<div class="section"><p>The following disclaimer applies to all of the IBM Toolbox for Java examples:</p>
</div>
<div class="section"><div class="p"><blockquote><strong>Code example disclaimer</strong> <p>IBM grants you a nonexclusive copyright
license to use all programming code examples from which you can generate similar
function tailored to your own specific needs.</p>
<p>All sample code is provided
by IBM for
illustrative purposes only. These examples have not been thoroughly tested
under all conditions. IBM, therefore, cannot guarantee or imply reliability,
serviceability, or function of these programs.</p>
<p>All programs contained
herein are provided to you "AS IS" without any warranties of any kind. The
implied warranties of non-infringement, merchantability and fitness for a
particular purpose are expressly disclaimed.</p>
</blockquote>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahnm03.htm" title="Using IBM Toolbox for Java makes it easier to write client Java applets, servlets, and applications that access iSeries resources, data, and programs.">Install and manage IBM Toolbox for Java</a></div>
</div>
</div>
</body>
</html>