1.

What Is Jasper?

Answer»
  • JASPER is TOMCAT's JSP Engine. Tomcat 5.x uses Jasper 2, which is an implementation of the Sun Microsystems's JavaServer Pages 2.0 SPECIFICATION.
  • Jasper parses JSP files to compile them into Java code as servlets (that can be handled by Catalina).
  • At RUNTIME, Jasper is able to automatically detect JSP file changes and recompile them.



Discussion

No Comment Found