Hi,

I want to write a servlet that reads JSP files from somewhere outside the
servlets web application context, compiles them to a location outside the
servlets web application (if necessary) and then invokes the compiled
servlet class.

I started looking at org.apache.jasper.servlet.JspServlet for a start but it
looks really messy. Besides the Jasper classes lack some documentation to
put it mildly ... :-)

What should I really look at and what things do I have to look out for?

The result should work similar to using request dispatchers include() but
with more control over it (especially response header generation, response
buffering, etc.) Tag lib stuff should work seemless in all the pages.

Thanks
Christian
-- 
Christian Mallwitz INTERSHOP Communications Germany
Senior Software Engineer    phone: +49 3641 50 3453

Reply via email to