Re: speed of struts

2002-02-27 Thread Jim Downing
logic? jim Jim Downing [EMAIL PROTECTED] -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

RE: speed of struts

2002-02-27 Thread ltorrence
a maintainabilit point of view. How does everyone else deal with complex display logic? Do you use the logic tags? -Original Message- From: Jim Downing [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 8:17 AM To: Struts Users Mailing List Subject: Re: speed of struts

Complex display logic (was RE: speed of struts)

2002-02-27 Thread Chris Birch
--% -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 27 February 2002 14:17 To: [EMAIL PROTECTED] Subject: RE: speed of struts I'm interested in hearing other opinion on this. I personally find the logic present/equals tags to be ugly and cumbersome (not to mention inefficient

RE: speed of struts

2002-02-26 Thread Jesse Alexander (KADA 12)
: 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

RE: speed of struts

2002-02-07 Thread Christopher Cheng
a lot! -Original Message- From: Martin Farrell [mailto:[EMAIL PROTECTED]] Posted At: Wednesday, February 06, 2002 11:33 PM Posted To: Struts Conversation: speed of struts Subject: RE: speed of struts hi i think it depends on the type of application - if it is similar information

RE: speed of struts

2002-02-06 Thread Christopher Cheng
A html:radio ./Option A -Original Message- From: Pete Carapetyan [mailto:[EMAIL PROTECTED]] Posted At: Wednesday, February 06, 2002 12:10 PM Posted To: Struts Conversation: speed of struts Subject: Re: speed of struts I have had the same problem on one very large form with lots of back

RE: speed of struts

2002-02-06 Thread ltorrence
JDK and see if it makes a difference. Lee -Original Message- From: Christopher Cheng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 3:50 AM To: Struts Users Mailing List Subject: RE: speed of struts My form does not have a lot of tag processing (acutally none) The time

RE: speed of struts

2002-02-06 Thread Galbreath, Mark
50 fields in a form??? Me thinks the bug is in the design. Cheers! Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:02 AM To: [EMAIL PROTECTED] Subject: RE: speed of struts I had a form with lots of custom tags. When run

RE: speed of struts

2002-02-06 Thread Matt Raible
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:02 AM To: [EMAIL PROTECTED] Subject: RE: speed of struts I had a form with lots of custom tags. When run under the Sun 1.3 JDK it was slow as molasses. Sun 1.2 JDK or IBM 1.3

Re: speed of struts

2002-02-06 Thread Ted Husted
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.

RE: speed of struts

2002-02-06 Thread Fingerhut Michael (KASR 22)
-Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 2:50 PM To: Struts Users Mailing List 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

RE: speed of struts

2002-02-06 Thread cody.burleson
: speed of struts 50 fields in a form??? Me thinks the bug is in the design. Cheers! Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:02 AM To: [EMAIL PROTECTED] Subject: RE: speed of struts I had a form with lots of custom

Re: speed of struts

2002-02-06 Thread Sid Stuart
Hi Lee, Did this bug have a tracking number? I would like to find out when it gets fixed. Sid Stuart [EMAIL PROTECTED] wrote: I had a form with lots of custom tags. When run under the Sun 1.3 JDK it was slow as molasses. Sun 1.2 JDK or IBM 1.3 was instantaneous. A few mailing list posts

RE: speed of struts

2002-02-06 Thread Martin Farrell
dialing up from home your essentially moving from a form filing metaphor to a spreadsheet metaphor idea. martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 15:32 To: Struts Users Mailing List Subject: RE: speed of struts Good point

RE: speed of struts

2002-02-06 Thread cody.burleson
.(at least not that anyone would actually use.) - Cody Martin Farrell [EMAIL PROTECTED] on 02/06/2002 09:33:29 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] cc: Subject: RE: speed of struts hi i think it depends

Re: speed of struts

2002-02-05 Thread Pete Carapetyan
I have had the same problem on one very large form with lots of back end tag processing. Would be interested to know if anyone had performed any profiling on similar situations to identify where the bottlenecks were. Struts wrote: I found out that if I include a lot of html form fields in a