>From the FAQ:
37) Is there a way to execute a JSP from the comandline or from my
own application?
There is a little tool called JSPExecutor that allows you to do just that.
The developers (Hendrik Schreiber <[EMAIL PROTECTED]> & Peter Rossbach
<[EMAIL PROTECTED]>) aim was not to write a full blown servlet engine, but to
provide means to use JSP for generating source code or reports. Therefore
most HTTP-specific features (headers, sessions, etc) are not implemented,
i.e. no reponseline or header is generated. Nevertheless you can use it to
precompile JSP for your website. JSPExecutor is GPLed and available at no
charge at:
http://www.webapp.de/jspexecutor.html
Boris Granveaud wrote:
> Could someone help me to solve the following problem: I have to generate JSP
> pages which contains results of a process which is executed once a day (it
> can't be done when the JSP is served because it is too long).
>
> To generate the JSP pages, I need some template mechanisms and I'd like to
> use... JSP! So I have the following situation:
>
> offline online
> parsing parsing
> (batch) (when the page is served)
> JSP ---------> JSP ---------> HTML
>
> In the first JSP page, I have JSP tags which should be parsed the first
> time, and other JSP tags which should be parsed only the second time.
>
> Does anybody have an idea how to do it with a simple syntax?
--
Richard Vowles, Senior Systems Engineer,
Inprise New Zealand, MAIL: [EMAIL PROTECTED], [EMAIL PROTECTED]
The Esperanto Group, http://www.esperanto.org.nz
[my messages contain my own opinions, not those of my employer]
===========================================================================
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".