Hi all,
In my compiler report it shows that more than 20% of the initial download code is taken by the Remote service. Also it has serialize all the Rpcs that im using through out the application . Actually i dont need all the Rpc to be serialized initially as i will be using only couple of them to load the application. Is there a that i can remove all Rpcs getting initialize at the beginning to reduce the code size ? public interface DataService extends RemoteService
{
<R extends Response>R execute(Action<R> action);
<D extends DefaultActionResponse>D execute(String sessionId, DefaultAction<D> action );
}

Any help would be really appreciated. Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment