I advise you to take a look at this book: http://apress.com/book/view/9781590599853
and the related website: http://code.google.com/p/tocollege-net/ The books explains how you can nicely split your web application between HTML/JSP pages and GWT modules Fred On Jun 1, 6:02 pm, ping2ravi <[email protected]> wrote: > Hi All, > I am trying to create a website and stuck with confusion over whether > to use GWT for presentation or JSP based framework like Spring MVC. I > want UI to be very user friendly,faster etc and this is possible with > GWT. But following problem comes with GWT > > 1) Book marking of any page. As GWT is suppose to be one url > application and everything should come under it. But how i will solve > the problem if i have a site like Facebook, where url can be for User > profile(/profile/1), My Home(/home), community(/cpmm),video(/video) > etc. I can solve it by using one html and keeping everything as > params(i.e. /myapp.htm?type=profile&id=1) but then i feel its not how > GWT should be used or is this the only way i will be able to use it. > > 2) Not searchable by Search Engines. Search engine can not see what > the content is as it always comes through RPC calls. > > 3) Implementing History is Overhead, if i fix the issue 1 > > 4) Its not possibkle to mix jsps and GWT. I tried but GWT css start > interfaring with my CSS, first starting with changing background > color. > > But i still like GWT but not sure how i will solve these problems. > > Any suggestions/comments most welcome. > > Thanks, > Ravi -- 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.
