Keyword index Compile

11/12/07
Compiling JSP pages using ANT
Compiling JSP Code is the right thing to do. It enables you to get compile-time errors rather than run-time errors. It ensures consistency as all the JSP's and Java files can be shipped in one package.

04/12/2007
Java code compilation
This guide shows you how to compile Java code in ANT and introduces the most commonly used settings for compilations of real-life sized projects.