> > BTW, did you fixed the command line compiler ? JspInterceptor is based on
> > the command line compiler, so if you fix the first it'll be very easy for
> > me to fix the 3.3 interceptor.
>
> Sorry, my radar must have missed this one. If you can give me pointers/info,
> I'll look into it.
JspC ? It's a great tool - and BTW, in 3.2 it can drastically increase the
performance of jsp pages ( if you precompile _and_ use the option to
automatically declare the jsps in web.xml )- it's almost as fast as 3.3
with JspInterceptor ( which does the same thing at run time). ( it's not
about the first compilation, but JspC and JspInterceptor are removing the
*.jsp -> JspServlet -> actual page servlet overhead )
Costin