Re: generating java from .jsp
> > I would like to write a tool which tests an arbitrary number of JSP pages
> > for compile-time detectable errors (errors which prevent generating the
> > java source, and errors which prevent the compilation of this java
> > source).
>
> You could use the jsp_precompile parameter when requesting a page,
> e.g. "wget http://localhost/my_page.jsp?jsp_precompile=true". Put
> all those URLs in a file and use "wget -i".
Thanks, that is fine enough. One more question: what is the exact
algorithm for naming the generated java and class files?
Regards,
Robert Varga
Reply to: