The GWT documentation and the web in general contains several examples
on how to design a simple stand-alone application consisting of one
single "page". However, I miss some google-official "best practice"
input on how I can (should) design a classical web site consisting of
a conventional left menu with links to a number of different and
somewhat independent sub-pages. To complicate things I would like to
divide the left menu into several "chunks", grouping related menu
entries into separate boxes.

1) How should I construct such a menu using GWT?

2) How should I construct each of the sub-pages? Should I create
multiple modules or how should I design the code?

3) The sub-pages might need to update the left menu content (e.g.
update a users "rating"). How can (should) the sub-page access the
left menu?

Thanks in advance,
J.B.

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