JSTL tag x:forEach is very slow
807567Aug 24 2008 — edited Sep 10 2008It is very slow by using "x:out" tag to render XML list elements in x:forEach loop . The more list items , more time to take .
SJSWS 7U3 use Apache Jakarta Standard Tag Library 1.1 implementation ,
This seems to have been posted as a bug in Apache JSTL 1.1 library [https://issues.apache.org/bugzilla/show_bug.cgi?id=27717] since 2004.03 .
Wow , it's already 4 years and still keep opened .
It's more flexible to organize composit report data in xml than to define a lot of beans for variant report requirements. But its performance is very unacceptable.
Has any suggestion about this ? Or, is there other reference implement other than Apache Jakarta offered ?