Sure it's possible - depending on your JVM's security manager. If you have
access to write to your document root directory, then you can write a file
to that directory and then redirect/forward to it. It will then be compiled
and executed. You will probably want to create a directory in the webapp for
the session to keep from stomping on other sessions files. You would also
want to listen for the session ending event(s) to clean up the files after
the session is over.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Joakim Verona
Sent: Monday, December 04, 2000 07:34 PM
To: [EMAIL PROTECTED]
Subject: is it possible to dynamically create and interpret JSP?
hello,
is it possible to dynamically generate and interpret jsp?
the purpose is to reuse custom tag libraries.
the jsp code would mainly be retreived from a database.
is it at all possible, or should i rather look at some other template
mechanism?
--
Joakim Verona
[EMAIL PROTECTED]
http://www.verona.se/