开发者

How jasper the jsp engine, compile JSP to servlet?

开发者 https://www.devze.com 2022-12-11 06:39 出处:网络
is Jasper a Java compiler its开发者_Python百科elf?Jasper is Tomcat\'s JSP engine, which implements the JSP specification. It compiles JSP files to Java code. Here is the Wikipedia article.

is Jasper a Java compiler its开发者_Python百科elf?


Jasper is Tomcat's JSP engine, which implements the JSP specification. It compiles JSP files to Java code. Here is the Wikipedia article.

Older versions of Tomcat used to require JDK in order to compile JSP files. This is no longer necessary, as Jasper can do this job.

0

精彩评论

暂无评论...
验证码 换一张
取 消