What is Jasper?Jasper is a program to read the .class files in binary format. This program can generate ASCII files, which can be used along with Jasmin Assembler. Jasper is intended for generating input into a class file browser which can produce the hierarchy of inheritance and composition maps from the .class files.
What is Jasper?1. 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. 2. Jasper parses JSP files to compile them into Java code as servlets (that can be handled by Catalina). 3. At runtime, Jasper is able to automatically detect JSP file changes and recompile them.
|