Re: How to design a web app with gwt

2009-03-10 Thread Sumit Chandel
Hi Paul van Hoven, As doopa mentioned, there are already a number of threads on the group talking about the crawlability problem for Ajax applications. There's one really great thread that sprang to mind that I suggest you check out. The problem is described in great detail and Ian gives an excelle

Re: How to design a web app with gwt

2009-03-06 Thread doopa
On Mar 5, 6:52 pm, Paul van Hoven 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

How to design a web app with gwt

2009-03-05 Thread Paul van Hoven
I'm writing a web app. The web app is fully written in GWT, no other technology is used. Currently i'm having just one html page the index.html. It looks like this: Index I'm having a question about the design of gwt web a