March 2007
Intermediate to advanced
326 pages
9h 3m
English
9.2 Excessive JSP FragmentsIn the Java realm, JSP is the standard page-templating language. JSP files are compiled in two passes. First, the application server generates a java file with application server--specific servlet code. Second, the application server compiles that source file into bytecode. After the second compilation step, the new class file is loaded into the JVM. Like all Java classes, compiled JSPs are loaded into the JVMs permanent generation. The permanent generation is exactly what it says. The objects in the permanent generation are the actual class and method definitions.
J2EE application servers almost always come with ...
Read now
Unlock full access