Are you pre-compiling your JSPs?  It sounds like you aren't.  If you're
really concerned about performance, you should use the compiler your
container uses to compile JSPs and save it the trouble by doing it at build
time (ant has built-in tasks to do this).  It's really a container issue, I
think, and you should consult your container's docs/mailing list for tips on
speeding up JSPs.

No offense, but I think this belongs on the struts-user list--
struts-developer is more about bugs and patches to Struts source code and
docs...

-----Original Message-----
From: Jens Viebig [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 9:03 AM
To: [EMAIL PROTECTED]
Subject: Faster View Components...


Struts+JSP+Struts Taglibs are sometimes so terrible slow, i think even perl
would be faster...The Action Classes are as fast as i like it but jsp-Stuff
is terrible
I have some complex pages with big tables (logic:iterate) and a lot of
<bean:write> and <html:link> tags.
Sometimes it takes longer than 10 seconds until the page starts loading
Should i kick out the taglibs and do some scriptlet stuff ?
Are there some faster alternatives to jsp to build the view ?

Greets
Jens Viebig



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to