If you download Tomcat, you will get jspc. Jspc lets you pre-compile JSPs
into their corresponding servlets.

For page validation, in JSP 1.2 you can define a TagLibraryValidator that is
associated with a tag library. This validator class lets you define a method
that gets passed the XML representation of the page that contains the tag in
your tag library. This way you can verify that certain parts of your page
conform.

Tomcat 4.0 implements JSP 1.2.

Justy

----- Original Message -----
From: "Xavier Cosyns" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 28, 2001 9:24 AM
Subject: Precompiling Jsp's with ant?


>    Hello world,
>
> I wanted to know if there exists some tools which can precompile my jsp's
or
> anyway validate them. My objective is to do this during the ant build
> process, so I know for sure that not only my classes compiles but also my
> jsp's will compile on runtime.
>
> So if somebody knows...
>
> Xavier Cosyns
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to