Searching for a standalone JSP compiler
I'm searching for a tool, which compiles a JSP file into a Java file without using a 开发者_如何学编程servletcontainer like Tomcat or something else. Can anyone help me out?
There is an ant task that is shipped with tomcat that precompiles the jsps:
Tomcat mentions Jikes as another compiler, but it looks like it is no longer maintained.
http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html#Using%20Jikes
http://jikes.sourceforge.net/
精彩评论