I am building a JSP 1.1 container for a cross-platform, web-enabled
application server and was hoping to use Tomcat's JSP compiler (Jasper?)
1)
in the runtime context of my container to generate classes from JSP
source,
and 2) at build time via a command line interface to generate Java
source
from JSP source. Specifically, I need to generate classes in specific
packages with specific names that extend a specific class.
I have successfully executed a Tomcat generated class in my container by
pilfering the Java source from Tomcat's work directory, adding my
package
statement, modifying the class name and extends clause, and commenting
out
the _jspx_init() related code.
My question is, (how) can my container invoke Jasper in order to
generate
classes compatible with my container?
Dave
P.S. - I have just begun to poke at the Tomcat source, and was hoping to
short-circuit my feasibility investigation by posting. Thanks in
advance!
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html