Thanks for the reply. Are there any code examples? All the application samples on the GWT download package (Mail, Showcase, etc.) are "single screen" applications. None of them are good at showing how you navigate from one "screen" to the next even though you have only a HTML page defined.
BTW: looking at the "Who's using GWT": http://code.google.com/webtoolkit/whos_using_gwt.html I could find very little of GWT code looking at the source on the browser. Actually most of the JavaScript is hand written, and most are php shops :( On Oct 26, 1:17 pm, Thomas Broyer <[email protected]> wrote: > On 26 oct, 03:59, compuroad <[email protected]> wrote: > > > I am new to GWT. The hardest thing for me is to understand the > >navigationpart. Let's say in the home page (index.html) there is no > > functionality just plain HTML and text, which is the case of lots web > > sites. In that case can I start with a plain HTML file (not generated > > by GWT? If yes where do I put the EntryPoint? Also, how many > > "EntryPoint" can I have in one application? > > Just to correct others: you can have as many <entry-point>s as you > like in an application, they'll be run one after the other (gwt-log > for instance has its own entry point to initialize some stuff). > > As for your overall question, have a look > athttp://code.google.com/events/io/2009/sessions/ProgressivelyEnhanceAj... > as an example of how you can integrate GWT in *any* HTML page. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
