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

43 lines
1.7 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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>IBM extensions to JSP tags</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="jspibmx"></a>IBM extensions to JSP tags</h4>
<p>WebSphere Application Server - Express also supports IBM extensions and additions to the JSP specification. See the following topics for more information about the IBM extensions and their syntax:</p>
<blockquote>
<p><strong><a href="jspcon.htm">&lt;tsx:dbconnect&gt;</a></strong>
<br>This tag specifies information that is needed to connect to a database.</p>
<p><strong><a href="jspidp.htm">&lt;tsx:userid&gt; and &lt;tsx:passwd&gt;</a></strong>
<br>Use these tags as variables for user ID and password input.</p>
<p><strong><a href="jspqry.htm">&lt;tsx:dbquery&gt;</a></strong>
<br>You can use this tag to query a database and return the results.</p>
<p><strong><a href="jspmod.htm">&lt;tsx:dbmodify&gt;</a></strong>
<br>This tag allows you to add records to a database.</p>
<p><strong><a href="jsprpt.htm">&lt;tsx:repeat&gt;</a></strong>
<br>You can use this tag to iterate through a the results set of a database query.</p>
<p><strong><a href="jspget.htm">&lt;tsx:getProperty&gt;</a></strong>
<br>This tag gets the value of a bean to display in the JSP file.</p>
</blockquote>
<p>Keep in mind that using the IBM extension tags in your JSP files diminishes their potential to be ported to a non-WebSphere application server.</p>
</body>
</html>