61 lines
4.1 KiB
HTML
61 lines
4.1 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="IBM Toolbox for Java beans" />
|
||
|
<meta name="abstract" content="JavaBeans are reuseable software components that are written in Java. The component is a piece of program code that provides a well-defined, functional unit, which can be as small as a label for a button on a window or as large as an entire application." />
|
||
|
<meta name="description" content="JavaBeans are reuseable software components that are written in Java. The component is a piece of program code that provides a well-defined, functional unit, which can be as small as a label for a button on a window or as large as an entire application." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="page1.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="jbean" />
|
||
|
<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>IBM Toolbox
|
||
|
for Java beans</title>
|
||
|
</head>
|
||
|
<body id="jbean"><a name="jbean"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">IBM Toolbox
|
||
|
for Java beans</h1>
|
||
|
<div><p>JavaBeans™ are reuseable software components that
|
||
|
are written in Java™. The component is a piece of program code that
|
||
|
provides a well-defined, functional unit, which can be as small as a label
|
||
|
for a button on a window or as large as an entire application.</p>
|
||
|
<div class="section"><p>JavaBeans can be either visual or nonvisual components.
|
||
|
Non-visual JavaBeans still have a visual representation, such
|
||
|
as an icon or a name, to allow visual manipulation.</p>
|
||
|
<p>Many IBM<sup>®</sup> Toolbox for Java public
|
||
|
classes are also JavaBeans. These classes were built to Javasoft
|
||
|
JavaBean standards; they function as reuseable components. The properties
|
||
|
and methods for an IBM Toolbox for Java bean are the same as the properties
|
||
|
and methods of the class.</p>
|
||
|
<p>JavaBeans can be used within an application
|
||
|
program or they can be visually manipulated in builder tools, such as the IBM VisualAge<sup>®</sup> for Java product.</p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Examples</h4><p>The following examples show how to use JavaBeans in
|
||
|
your program and how to create a program from JavaBeans by using a visual bean builder:</p>
|
||
|
<blockquote><p><a href="jbeanex.htm#jbeanex">Example: IBM Toolbox for Java bean code</a></p>
|
||
|
<p><a href="jbeanbld.htm#jbeanbld">Example: Creating beans with a visual bean builder</a></p>
|
||
|
</blockquote>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="page1.htm" title="IBM Toolbox for Java is a set of Java classes that allow you to use Java programs to access data on your iSeries servers. You can use these classes to write client/server applications, applets, and servlets that work with data on your iSeries. You can also run Java applications that use the IBM Toolbox for Java classes on the iSeries Java virtual machine (JVM).">IBM Toolbox for Java</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|