Take a look at gwt-multipage
(http://code.google.com/p/gwt-multipage/). It allows you to annotate
entry points to be invoked based on either a URL pattern or a token
stored in a javascript variable. It also uses GWT.runAsync() to
download only the entry point to run on that page.

One warning... the current build is not yet compatible with the
recently released GWT 2.2. It runs into the same backwards
compatibility problem that various other libraries (including GIN) are
having right now. I'm not sure when we'll be able to address this, but
if you absolutely need to use GWT 2.2, you can download the source,
change GWT version in the POM to 2.2.0, and build it yourself without
further changes.

-Brian

On Thu, Feb 17, 2011 at 4:22 AM, frank <[email protected]> wrote:
> Is that possible?
>
> How are they "connected?"
>
> Thanky, Frank
>
> --
> 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.
>
>

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