Or go the other direction: create a super-tag spitting out the
complete spreadsheet (special requirements call for special solutions)

hth
Alexander

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Montag, 11. Februar 2002 19:28
To: [EMAIL PROTECTED]
Subject: RE: speed of struts


Yeh, but we're not supposed to be using client downloads - may get away 
with a 1.1 applet but the users won't have Swing in the browser..

If it runs like a dog, I'll profile it and see where the bottleneck - 
may just have to drop the tags and use scriptlets.

-----Original Message-----
From: keithbaconstruts 
Sent: 11 February 2002 16:53
To: struts-user
Cc: keithbaconstruts
Subject: RE: speed of struts


use an applet (ducks & heads for the door)...

--- [EMAIL PROTECTED] wrote:
> I'm curious as to the limit here. I'm currently building an app which 
> has huge form requirements - I may have upwards of 500 fields as html 
> text inputs -- very spreadsheet like. Where is the limitation? 
> Rendering into html, or parsing the request into beans? I've had not 
> problems so far with rendering speed, though I'm using Mozilla, so 
> browser speed hasn't been noticable to far..
> 
> -----Original Message-----
> From: husted 
> Sent: 06 February 2002 13:50
> To: struts-user
> Cc: husted
> Subject: Re: speed of struts
> 
> 
> This comes up fairly often, and around 50 does seem to be a cut-off
> point for some reason. A number of things can affect the speed the 
form
> renders, including the browser and, as mentioned, the JVM. 
> 
> One interesting thing would be to try the same page under VelServlet. 
> 
> http://husted.com/struts/resources/velservlet.htm
> 
> This is a drop-in extension, and you can mix and match Velocity
> templates with JSPs in the same application. 
> 
> -- Ted Husted, Husted dot Com, Fairport NY USA.
> -- Java Web Development with Struts.
> -- Tel +1 585 737-3463.
> -- Web http://www.husted.com/struts/
> 
> 
> Struts wrote:
> > 
> > I found out that if I include a lot of html form fields in a form 
> (over 50). The jsp pages seems to be awfully slow to load (almost 10 
> seconds). I made it a little bit faster when I converted all radio 
> button sets to drop down list, still it is very slow. The speed to 
load 
> up seems to exponentially related to the number of form fields.
> > 
> > Has anybody got the same problem?
> > 
> > --
> > To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> Visit our website at http://www.ubswarburg.com
> 
> This message contains confidential information and is intended only 
> for the individual named.  If you are not the named addressee you 
> should not disseminate, distribute or copy this e-mail.  Please 
> notify the sender immediately by e-mail if you have received this 
> e-mail by mistake and delete this e-mail from your system.
> 
> E-mail transmission cannot be guaranteed to be secure or error-free 
> as information could be intercepted, corrupted, lost, destroyed, 
> arrive late or incomplete, or contain viruses.  The sender therefore 
> does not accept liability for any errors or omissions in the contents 
> of this message which arise as a result of e-mail transmission.  If 
> verification is required please request a hard-copy version.  This 
> message is provided for informational purposes and should not be 
> construed as a solicitation or offer to buy or sell any securities or 
> related financial instruments.
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

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



Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.


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

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

Reply via email to