uCosminexus Application Server, Web Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

2.3 JSP execution functionality

This section describes the functionality for executing JSP.

With the Web Container, you can convert the JSP that is created according to the JSP syntax provided in the Servlet specifications into a servlet, compile JSP as a Java program, and can load and execute the program in Java VM.

The following table describes the organization of this section.

Table 2-6 Organization of this section (Functionality for executing JSPs)

Category Title Reference
Description Overview of JSP execution functionality 2.3.1
Executing a tag file 2.3.2
Executing JSP EL 2.3.3
Storing the tag library in the J2EE applications 2.3.4
Checking the attribute name of the custom tag 2.3.5
Checking the duplication of the id attribute of the <jsp:useBean> tag 2.3.6
Implicitly importing the import attribute of the page/tag directive 2.3.7

Note:
There is no specific description of Implementation, Settings, Operations, and Notes for this functionality.

Organization of this section
2.3.1 Overview of JSP execution functionality
2.3.2 Executing a tag file
2.3.3 Executing JSP EL
2.3.4 Storing the tag library in the J2EE applications
2.3.5 Checking the attribute name of the custom tag
2.3.6 Checking the duplication of the id attribute of the <jsp:useBean> tag
2.3.7 Implicitly importing the import attribute of the page/tag directive