> is there a tool which can check the (java) syntax of a JSP file? It's very
> time consuming to always have to package a .war file, deploy it, click
> through the application to the modified JSP and have the app server compile
> it and then fix the errors... would be nice if a syntax check could be done
> in advance

I've been using a build file for ant (from Apache) which does all the
compiling/packaging for me. Used in conjunction with Ultraedit's tool support,
there's about 3 keypresses (and a short delay) to see the results in the
browser. Bear that it's sufficient to force the browser to reload the page
from the server, as it will then recompile it. There's a short delay for this,
but it's on the order of a second or two.

Trond.



Reply via email to