Re: Slow data loading to a FlexTable

2009-03-05 Thread eadams
t; So it seems this is the optimal solution if you need high performance. > > On Mar 4, 7:36 pm, eadams wrote: > > > Thanks for the suggestions. > > > Changing the code to add the FlexTable to the scroll panel after > > loading the data resulted in a good improvemen

Re: Slow data loading to a FlexTable

2009-03-04 Thread eadams
changes yielded an elapsed time of 0.3 seconds in Firefox. On Mar 4, 11:55 am, Lothar Kimmeringer wrote: > eadams schrieb: > > > The > > timings showed the first third was in about 1.5 seconds, the next > > third was in about 4 seconds and the last third in over 6 seconds.

Slow data loading to a FlexTable

2009-03-04 Thread eadams
An application I'm working on uses a FlexTable to display a list of parts. There a 5 columns in the flex table. When the parts list is not very large, the table loads in under 1 second. One list of parts is 268 rows. A list of this size takes between 12 and 13 seconds to load. I put displays in to

Common login process for multiple GWT applications

2009-01-19 Thread eadams
I've been working on an intranet application. The application has used Tomcat's security to require a simple login to access several related applications. The goal now is to increase the user authorization so that functions inside the applications can be controlled by allowing selected users diffe