JSP batch compilation


 

+

Search Tips   |   Advanced Search

 

The batch JSP compiler compiles JSP pages before application deployment....

Batch compilation of JSP pages improves the runtime performance of JSP page by eliminating first-request compilations. Batch compiling is also useful as a fast way to resynchronize all of the JSP pages for an application.

The JSP batch compiler works on...

The batch compiler supports the generation of class files in...

In addition, the batch compiler enables generation of class files into any directory on the filesystem, outside the target application. Generating class files into a Web module's WEB-INF/classes directory enables the Web module to be deployed as a self-contained WAR file, or a WAR inside an EAR.

Also, we can use shared libraries with the JSP batch complier. When you use the JSP batch compiler, either add the JAR to the WAR in the <WEB-INF>/lib directory , or add the JAR to the JVM class path to use shared libraries.



Subtopics

JSPBatchCompiler
Batch compiler ant task
Batch compiler class path

 

Related concepts

JSPs

 

Related

Web apps: Links