Hi, I have successfully managed to use a Cell table & an abstract pager to fetch the new set of data from an RPC and display them on the cell table. Many thanks to the developer discussions and Developer Guide.
But I do have a few concerns, as I plan to use it for large data sets, maybe like 10k objects. The Developer Guide does mention Cell table can handle large data sets, but I wanna know how large is large, any approximate number of objects in a list? Also a few other questions below, Will my browser performance become sluggish if I load too many objects simultaneously ? For E.g lets say I store a list of Contact objects, with a pic of the contact and other textual information such as name, address and mail. The image might be a blob or a Base64 string. Is there a performance lag while using the pager on a really large data set? If you are not sure, maybe you can tell me this, how the object handling in a list w.r.t Cell Table is done , and do the objects exist once objects are converted to html in the Cell Table on the client Side? Regards, BST -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
