Let me first start out by saying that I fully understand the reason
why GWT doesn't include any mechanism for synchronous RPC calls. What
I'm curious about is how someone can initialize common data structures
that don't change often but need to be returned via RPC calls. I'm
basically trying to implement a caching scheme. The rest of the
application depends on the these common data structures being != null,
but parts of the application can't be initialized until the RPC
returns.

So, do people do I have to change the way the app starts by making a
call to continue loading the app in the callback of the "initializer"?

Is there a less invasive way a similar caching scheme can be done?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to