IBM extensions to JSP tags

WebSphere Application Server - Express supports IBM extensions and additions to the JSP specification.

  1. Review the supported specifications and create Java(TM) components.

    Note: Use of these tags are not recommended unless you are migrating your JSPs from WebSphere Application Server Version 3.5. Use of the IBM extension tags in your JSP files diminishes their potential to be ported to a non-WebSphere application server.

    Extensions can be categorized as either:

  2. Use an integrated development environment (IDE) or text editor to develop or migrate code artifacts that meet the JSP specifications.
  3. Test the code artifacts.
  4. (Optional) Run a batch compilation on your JSP files if necessary. See JSP batch compilation for more information.

See the following topics for more information about the IBM extensions and their syntax:

<tsx:dbconnect>
This tag specifies information that is needed to connect to a database.

<tsx:userid> and <tsx:passwd>
Use these tags as variables for user ID and password input.

<tsx:dbquery>
You can use this tag to query a database and return the results.

<tsx:dbmodify>
This tag allows you to add records to a database.

<tsx:repeat>
You can use this tag to iterate through a the results set of a database query.

<tsx:getProperty>
This tag gets the value of a bean to display in the JSP file.

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.