Re: Recommendations for improving performance of a mobile application

2010-10-12 Thread Jin
- From:google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com]on Behalf Of denis56 Sent: Monday, October 11, 2010 2:27 PM To: Google Web Toolkit Subject: Recommendations for improving performance of a mobile application Hello to everyone, We decided

Re: Recommendations for improving performance of a mobile application

2010-10-12 Thread denis56
[mailto:google-web-tool...@googlegroups.com]on Behalf Of denis56 Sent: Monday, October 11, 2010 4:44 PM To: Google Web Toolkit Subject: Re: Recommendations for improving performance of a mobile application Hi, We already do that. Only changed objects are sent over the wire

Recommendations for improving performance of a mobile application

2010-10-11 Thread denis56
Hello to everyone, We decided to give it a try programming a mobile application with GWT - frequent RPC updates, very component-oriented and frequently changing data. At the moment we try to meet bearable performance benchmarks since current performance is so dismal. To change to a different

RE: Recommendations for improving performance of a mobile application

2010-10-11 Thread Armishev, Sergey
-web-tool...@googlegroups.com] On Behalf Of denis56 Sent: Monday, October 11, 2010 2:27 PM To: Google Web Toolkit Subject: Recommendations for improving performance of a mobile application Hello to everyone, We decided to give it a try programming a mobile application with GWT - frequent RPC updates

Re: Recommendations for improving performance of a mobile application

2010-10-11 Thread denis56
[mailto:google-web-tool...@googlegroups.com] On Behalf Of denis56 Sent: Monday, October 11, 2010 2:27 PM To: Google Web Toolkit Subject: Recommendations for improving performance of a mobile application Hello to everyone, We decided to give it a try programming a mobile application with GWT

RE: Recommendations for improving performance of a mobile application

2010-10-11 Thread Armishev, Sergey
To: Google Web Toolkit Subject: Re: Recommendations for improving performance of a mobile application Hi, We already do that. Only changed objects are sent over the wire. There is of course question of granularity, but i think we have struck a good balance between complexity and efficiency. Are you also