JavaServer Pages (JSP)

WebSphere Application Server - Express for iSeries, supports the Sun Microsystems JavaServer Pages (JSP) Specification 1.2. JSPs written to the JSP Specification 1.1 are upward compatible with JSP Specification 1.2.

See the topics below for more information about developing JSP files for your Web applications:

What are JavaServer Pages (JSP) files?
See this topic for what JSP files are and how you can use them, including a description of the JSP lifecycle and JSP access models.

JSP processor
See this topic for an overview of the WebSphere Application Server - Express JSP processor.

JSP tag extensions support
The JSP specification allows you to create your own custom tags. This topic describes how to develop your own JSP tag set and add it to your Web application.

IBM extensions to JSP tags
WebSphere Application Server - Express provides extensions to the JSP tag set for accessing databases and working with database beans. See this topic for syntax and examples.

Pre-touch tool for compiling and loading JSP files
See this topic for information about how to compile, classload, and JIT-compile JSP files at application server startup time.

JSP batch compilation
See this topic for information about the JspBatchCompiler script, which allows you to manually compile JSP files in batch.

Disable JSP run-time compilation
See this topic for information about how to disable JSP run-time compilation for all Web applications or for an individual Web application.

Reduce JSP compile time
See this topic for information about a new initialization parameter that is available in WebSphere Application Server - Express for iSeries V5.1, which helps reduce JSP compile times.