Re: gwt large data

2010-03-10 Thread mariyan nenchev
Try paging your data :) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.co

gwt large data

2010-03-10 Thread gadaleta.marco
Hi @all, I'm trying to receive from server a json array string that contains large data (3000 record from remote mysql db). If I try to run the code on android phone, it crash. There is a way to compress this array? There is a strategy to use to communicate with server? How i can use input and out