Hi! We would like to announce the first release of JSPExecutor! JSPExecutor is a small collection of classes that allow you to execute JSP (...but actually any servlets) from the commandline or from inside your application. It is not meant as a full blown servlet engine, but as a utility that allows you to use JSP as source code (just think of EJB!) or report generator. Used like this, JSP becomes a something like a scripting language. Therefore most HTTP specific or advanced features like RequestDispatching, Session etc. are not implemented. Also JSPExecutor does not output headers or a responseline. You could also use JSPExecutor to test whether your JSP compile or to prebuild your heavily JSP oriented site. JSPExecutor is published under GPL and part of the Giant Java Tree <http://www.gjt.org/> It has been tested and used with Vincent Partington's GNUJSP <http://www.klomp.org/gnujsp> You can download it from <http://www.webapp.de/jspexecutor.html> Regards, Hendrik Schreiber <[EMAIL PROTECTED]> and Peter Rossbach <[EMAIL PROTECTED]> -------------------------------------------------------- Authors of the German book: "Java Server und Servlets" The WebApp Framework ~ http://www.webapp.de/ =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".