At 01:10 PM +0200 1/8/03, Herc wrote:
Hi.

1. I have to precompile jsp files with ANT. I work with Eclipse, ANT 1.5 and
j2sdk1.4.1. I want to precompile jsp pages in order to gain some time at the
first load of pages. I succeeded but they are precompiled again and overitted.
2. After precompilation process I have to comp[ile those *_jsp.java pages into
*_jsp.class I get an error like this one: "java.lang.OutOfMemoryError" and
"The system is out of resources".
Sounds like you're out of memory. ;)

One solution is to use Java+ (just released as an ant task; see http://virtualschool.edu/java+/) instead of JSP.

I developed it originally as a JSP replacement so that you could do the entire precompilation on the development machine. Haven't used JSP in years, but I'm pretty sure the conversion should be as simple as specifying <% and %> as the Java+ digraph pairs. And you get localized web pages for free, just by throwing a switch (and hiring a translation service to translate properties files.)
--

Brad Cox, PhD; [EMAIL PROTECTED] 703 361 4751 http://virtualschool.edu
 For industrial age goods there were checks and credit cards.
   For everything else there is http://virtualschool.edu/mybank
 Java Web Application Architecture: http://virtualschool.edu/jwaa
 Ruby Interactive Learning Environment: http://virtualschool.edu/ile
 Java+ Preprocessor: http://virtualschool.edu/java+
 Support Israel and Palestine: http://virtualschool.edu/mideast
--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to