On Mar 5, 6:52 pm, Paul van Hoven <[email protected]>
wrote:
> I'm having a question about the design of gwt web app.
> 1) Suffices it to have only one Index.html, or should there be other
> pages like for example fotos.html or guestbook.html instead of
> FotosWidget.java or GuestbookWidget.java?
Its fine to have it all in one webpage. Just load different tabs, or
replace entire widgets when you need to.
> 2) What about the speed of loading the web app, when using a single
> html page structure?
The second time that people view the page, provided the js was cached
the first time, there shouldn't be any problems with speed.
> 3) What about search engines? Is this structure okay for search
> engines?
This has been discussed many times on this list. There is a
fundamental problem with using js since the bots can't read it. You
need to provide static content for the robots to read.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---