So you want to have a single app (your dashboard, but independently develop 
each game as a totally separated gwt app, is that right? Total flexibility, 
no?

First, there have been countless questions about how to communicate between 
2 (supposedly) independent GWT apps. 
Secondly, this design, despite being flexible in theory, is by far tight in 
practice. Imagine you want to add a 3rd game, you will have to do another IF 
and full build of the dashboard, just to show it up.

What I recommend is have a lightweight dashboard, with just a GameData 
widget (that contains the link to the actual JS, an image, etc). When you 
click on one, you should either navigate (be redirected) to an Url, OR 
inject the JS and have it look for a specific contained (like <div 
id="gameSpace">).

Regards,
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Fgl6kEIZ8UIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to