On 26 oct, 03:59, compuroad <[email protected]> wrote:
> I am new to GWT. The hardest thing for me is to understand the
> navigation part. 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 at
http://code.google.com/events/io/2009/sessions/ProgressivelyEnhanceAjaxApps.html
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to