There's nothing preventing you from writing the code in GWT.  However,
AFAIK, there's no support for dynamically loading GWT modules.  You have to
write your own framework for now as far as I know to do this dynamically.

On Thu, Mar 26, 2009 at 9:34 AM, johnpearcey <[email protected]> wrote:

>
> I have been trying to find out if there is a way to use deferred
> binding to load code that has been compiled at different times. Most
> of the documentation is about a single compiler pass over the code.
> The reason I need this is because I am writing a framework that can
> host components in a type of builder application, a bit like say
> Visual Basic would be able to load ActiveX controls onto a pallet for
> a developer to use. It seems like dynamic binding is what I require
> and I have read that it is not available. I can already call
> JavaScript methods (using overlays etc) from my application which
> requests them from a remote database and loads them at runtime. This
> works great but of course, since I have to write the first set of
> components myself, I really want to use the GWT and not hand write
> them all in JS. I would also prefer my development team to use GWT as
> well. Is anything like this possible.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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