Hi everyone, For a while now I've been trying to find an elegant solution to dynamically load widgets/code into a running GWT application, and finally I've stumbled across RunAsynch(), which is in the GWT SVN repository, but has no indication on when it will finally be release as part of GWT. My usecase for this is to develop a GWT application that loads widgets/features dynamically at runtime because statically compiling all the different features (potentially hundreds) would create a huge application to download with features most users may not even care for!
Secondly, I want to make use of a REST API (on a different domain/sub- domain on my server) directly from the GWT client, without the need for an RPC proxy servlet. This would simplify our development greatly, but the best I've seen for this is the GWT-Rest module, which is far from complete. So my questions are: 1. Does anyone know when RunAsynch() will be part of an official GWT release? Is it a priority? (This seems like a heavily demanded feature!) 2. Does anyone know when a full REST API module for GWT will be available? If not for a while, what is the best way to implement this? Thanks, David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
