RE: Scalability

2001-08-09 Thread devon . bowen
but I'm getting feedback from other developers that don't feel that Struts is a very scaleable framework. What exactly are they saying? I don't have any personal experience in this area but it seems to me that Struts is a rather thin layer on top of normal Java Servlets. All it really changes

RE: Scalability

2001-08-09 Thread Kevin McLain
a rough test and found that this could be as much as three times as long - it could become a scalability issue as well... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 7:46 AM To: [EMAIL PROTECTED] Subject: RE: Scalability but I'm getting

RE: Scalability

2001-08-09 Thread Craig R. McClanahan
On Thu, 9 Aug 2001, Kevin McLain wrote: The only thing I would add to your argument is the fact that Struts relies fairly heavily on Reflection to set attributes on beans. Since Reflection incurs a much higher overhead than a straight method call (although I have heard that JDK 1.4