Re: Seeing poor JSTL performance

2003-12-05 Thread Peter Lin
if you do a search on taglibs-user for 2002, you'll lots of benchmarks I ran using JSTL. The long and short of it is this. 1. JSP tags use quite a bit more memory than scriptlet (i.e. pure java embedded in jsp). Many people consider scriptlet evil. 2. if you're using more than 150 tags per

Seeing poor JSTL performance

2003-12-05 Thread Jim Kennedy
I've been reading some developers comments that the JSTL does not perform very well. I'm am experiencing poor performance that I attribute to the use of the JSTL. Here is something typical I do: -- Description: " size="20" class