My assumption is, Async.RPC, like any static in a class, is not initialized till the class is first referenced. The "Internal Class" trick you cite has more to do with "Java Proper" Classloaders, and how they handle initialization in a Multi-threaded environment ( they are guaranteed to be determinate and atomic )
But at this time, JavaScript is single threaded, so my idiom seems safe. for now ;-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
