49 lines
2.6 KiB
HTML
49 lines
2.6 KiB
HTML
<!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>JavaServer Pages (JSP)</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h3><a name="jsp"></a>JavaServer Pages (JSP)</h3>
|
|
|
|
<p>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.</p>
|
|
|
|
<p>See the topics below for more information about developing JSP files for your Web applications:</p>
|
|
|
|
<blockquote>
|
|
<p><strong><a href="jspdef.htm">What are JavaServer Pages (JSP) files?</a></strong>
|
|
<br>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. </p>
|
|
|
|
<p><strong><a href="jspproc.htm">JSP processor</a></strong>
|
|
<br>See this topic for an overview of the WebSphere Application Server - Express JSP processor.</p>
|
|
|
|
<p><strong><a href="jsptagex.htm">JSP tag extensions support</a></strong>
|
|
<br>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.</p>
|
|
|
|
<p><strong><a href="jspibmx.htm">IBM extensions to JSP tags</a></strong>
|
|
<br>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.</p>
|
|
|
|
<p><strong><a href="jspprtch.htm">Pre-touch tool for compiling and loading JSP files</a></strong>
|
|
<br>See this topic for information about how to compile, classload, and JIT-compile JSP files at application server startup time.</p>
|
|
|
|
<p><strong><a href="jspbatch.htm">JSP batch compilation</a></strong>
|
|
<br>See this topic for information about the JspBatchCompiler script, which allows you to manually compile JSP files in batch.</p>
|
|
|
|
<p><strong><a href="jspdisable.htm">Disable JSP run-time compilation</a></strong>
|
|
<br>See this topic for information about how to disable JSP run-time compilation for all Web applications or for an individual Web application.</p>
|
|
|
|
<p><strong><a href="jspcompile.htm">Reduce JSP compile time</a></strong>
|
|
<br>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.</p>
|
|
</blockquote>
|
|
|
|
</body>
|
|
</html>
|
|
|