It might just make sense to not use GWT for this at all - use HTML and
some kind of server-side templating language (JSP, Struts, Freemarker,
a CMS of some sort) to create your site.

GWT is really most appropriate for desktop-like AJAX applications, so
unless the various pages are going to share a bunch of code, you can
make them all a seperate GWT application.  Some pages might not have
any code at all.

On Aug 28, 4:26 am, jbdhl <[EMAIL PROTECTED]> wrote:
> 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