On Fri, 23 Mar 2001, Tom Miller wrote:
> Regarding the relative inefficiencies of Jasper-produced Java classes:
>
> ---8<---------------
>
> "Craig R. McClanahan" wrote:
>
> > for example, reusing tag instances intelligently would be of great benefit
> > to a Struts-based application.
>
> ---8<---------------
>
> Is this the reason that the logic:iterate in my JSP form takes so long to show
> 20-30 rows of bean:writes? (e.g. 6-10 seconds w/Tomcat 3.2.1 on a 400Mhz Windows
> box). This is not totally intolerable, it is just that this is the slowest part of
> my Struts application, and I'm naturally looking for optimizations.
>
It is a pretty important piece of this, although 6-10 seconds seems
excessive (unless it includes database lookup time).
For those interested in looking further, you might try telling Tomcat not
to delete the Java sources for the servlets it generates for your JSP
pages and take a look.
> TIA
>
> Tom Miller
>
>
>
Craig McClanahan