performance - GWT - Populate Grid asynchronously -


We found a GWT application with a simple search mask displaying results in the form of grids.

Server side processing time is fine as well as network latency

Client rendering time on low spec hardware with Internet Explorer 6 is fine, as long as the number of results is not very high ( Maximum 100 rows in maximum grid).

We have implemented a navigation scheme by allowing the user to scroll / scroll down the grid. It is fast enough too.

Does anyone have an idea if it is possible to display the first 100 results immediately and draw the rest in the background? GWT architecture allows this though I am interested in potential loss eg What happens if the user starts another query, while the browser is still taking the last result etc.

Thank you! Holger

and may be a good starting point for you :)

Many interesting (although always full / complete / not static) tables and other endorsement solutions - like


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -