How can one generate the java servlet code for a JSP page source?
What is the method which is called in gnujsp?
I would like to write a tool which tests an arbitrary number of JSP pages
for compile-time detectable errors (errors which prevent generating the
java source, and errors which preven
On Fri, Jun 16, 2000 at 02:02:34PM +0200, Robert Varga wrote:
> How can one generate the java servlet code for a JSP page source?
It's not that easy: First you need a JSP parser (JspParser.java in
GNUJSP), then you need to create a java class from a template
(JavaEmitter.java). If you want to det
> > I would like to write a tool which tests an arbitrary number of JSP pages
> > for compile-time detectable errors (errors which prevent generating the
> > java source, and errors which prevent the compilation of this java
> > source).
>
> You could use the jsp_precompile parameter when reque
Are there any plans on making installer debs of the JDK 1.2.2 or the new
1.3? What about Tomcat? Are they available somewhere?
How can one generate the java servlet code for a JSP page source?
What is the method which is called in gnujsp?
I would like to write a tool which tests an arbitrary number of JSP pages
for compile-time detectable errors (errors which prevent generating the
java source, and errors which preve
On Fri, Jun 16, 2000 at 02:02:34PM +0200, Robert Varga wrote:
> How can one generate the java servlet code for a JSP page source?
It's not that easy: First you need a JSP parser (JspParser.java in
GNUJSP), then you need to create a java class from a template
(JavaEmitter.java). If you want to de
> > I would like to write a tool which tests an arbitrary number of JSP pages
> > for compile-time detectable errors (errors which prevent generating the
> > java source, and errors which prevent the compilation of this java
> > source).
>
> You could use the jsp_precompile parameter when requ
Are there any plans on making installer debs of the JDK 1.2.2 or the new
1.3? What about Tomcat? Are they available somewhere?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
8 matches
Mail list logo