JSP engine

 

+

Search Tips   |   Advanced Search

 

WebSphere Application Server's JSP engine...

  • Validates JSP source, both classic and XML styles

  • Translates JSP source to Java classes

  • Compiles Java classes, reporting any errors

  • Generates Java classes for any tag files that are used by the JSP

  • Interfaces with the Web container to load JSP class files

  • Supports...

    • JSP batch compilation
    • JSP compilation during application installation
    • JSP compilation during the build process of customer applications

    ...through an Ant task.

  • Loads class files, and manage life-cycle (reloading, unloading as necessary)

  • Supports debugging of JavaServer Pages files through support for JSR 45 (Debugging Support for Other Languages)

 

See also

Configuring JSP engine parameters
JSP engine configuration parameters
JavaServer Pages
Global tag libraries
JSP batch compilation
Migrate Web app components from WAS V4.x
Configure JSP runtime reloading
Disable JavaServer Pages run-time compilation
Web applications: Resources for learning