jasper: out.write() for every tag

2004-04-25 Thread Folke Behrens
Hi! While browsing through the jsp cache I'd seen many out.write() for static strings in the Java files generated by Jasper. Infact every single HTML tag has its own out.write(blah\n). Is there a way to tell Jasper to concatenate strings so that only one out.write() is generated? (one for

Re: jasper: out.write() for every tag

2004-04-25 Thread QM
On Sun, Apr 25, 2004 at 11:36:10AM +0200, Folke Behrens wrote: : AFAIK the javac and the jit compiler are both not allowed to optimize : this. So this must somewhat hurt performance, right? What does your profiler tell you? If you're adventurous, you could take the generated Java source and