JavaServer Pages files
JavaServer Pages (JSP) files are application components coded to
the Sun Microsystems JavaServer Pages (JSP) Specification. JSP files enable
the separation of the Hypertext Markup Language (HTML) code from the business
logic in Web pages so that HTML programmers and Java programmers can more
easily collaborate in creating and maintaining pages.
The IBM extensions to the JSP Specification include JSP tags that resemble
HTML tags. These JSP tags make it easy for HTML authors to add the power
of Java technology to Web pages, without being experts in Java programming.
JSP files support a division of roles:
- HTML authors
- Develop JSP files that access databases and reusable Java components,
such as servlets and beans.
- Java programmers
- Create the reusable Java components and provide the HTML authors with
the component names and attributes.
- Database administrators
- Provide the HTML authors with the name of the database access and table
information.

Developing JavaServer Pages files with WebSphere extensions
Searchable topic ID:
cweb_jov2
Last updated: Jun 21, 2007 9:56:50 PM CDT
WebSphere Application Server for z/OS, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.zseries.doc/info/zseries/ae/cweb_jov2.html