InfoCenter Home >
4: Developing applications >
4.2: Building Web applications >
4.2.2: Developing JSP files >
4.2.2.3: Overview of JSP file content >
4.2.2.3.8: IBM extensions to JSP .91 syntax

4.2.2.3.8: IBM extensions to JSP .91 syntax

Refer to the Sun JSP .91 specification for the base JavaServer Pages (JSP) APIs. IBM WebSphere Application Server provides several extensions to the base APIs.

For JSP .91, the extensions belong to these categories:

Extension Use
Syntax for variable data Put variable fields in JSP files and have servlets and JavaBeans dynamically replace the variables with values from a database when the JSP output is returned to the browser.
Syntax for database access Add a database connection to a Web page and then use that connection to query or update the database. The user ID and password for the database connection can be provided by the user at request time, or can be hardcoded within the JSP file.

Scope of variables: Because the values specified by syntax apply only to the JSP file in which the syntax is embedded, identifiers and other tag data can be accessed only within the page.

See the Related information for syntax details.

Go to previous article: Example: JSP  syntax: <tsx:repeat> and <tsx:getProperty> tags Go to next article: JSP .91 syntax: Tags for variable data

 

 
Go to previous article: Example: JSP  syntax: <tsx:repeat> and <tsx:getProperty> tags Go to next article: JSP .91 syntax: Tags for variable data