Re: RPC call with android

2013-02-17 Thread Chii
I m expecting that both RequestFactory and gwt-rpc has less overhead than vanilla json (at least, in terms of bandwidth - not sure about cpu requirement differences between them), but if it turns out that neither works on android, then it would suck to have to switch to json. On Friday,

how to preload the result of an RPC call on the initial loading page

2013-01-07 Thread Chii
I have an gwt app that needs some initial data during load. I'd like to minimize the http calls the app makes, and this initial data is user specific, but doesn't change very much per user (imagine user preferences). I want to preload the result of the call onto the page (but i don't want a

Re: How to load images dynamically?

2009-04-20 Thread Chii
The purpose of image bundles is to crunch the static images you have into one big image - if you have multiple images that could be submitted by a user and changes dynamically, then image bundles is not the right solution. new Image(url) is quite a simple and easy solution, why not use that? On

Re: passing parameters from JSP to GWT

2009-01-11 Thread Chii
javascript overlays. Advantage is type safety, and autocomplete. ~Chii On Jan 11, 4:31 am, wera svet...@gmail.com wrote: Hi All, I am adding a GWT component in JSP. It should receive several parameters to know how to present data (for example, how many buttons should be, what is the selected