Check out gwt-multipage (http://code.google.com/p/gwt-multipage/). It works using a single entry point configured in the module XML and can dispatch to other entry points based on a URL pattern or javascript token (pretty much exactly what Jerome posted).
-Brian On Thu, Dec 16, 2010 at 8:15 AM, Ian Bambury <[email protected]> wrote: > Just a quick correction: You can have as many entry points as you want. > Ian > > On 16 December 2010 12:52, Jim Majure <[email protected]> wrote: >> >> Each module can have at most 1 entry point. > > -- > 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.
