Thank you, glad we're addressing your concerns. As for crawlability, Google has recently introduced a new scheme to make Ajax (including GWT) apps crawlable. It is documented here: code.google.com/web/ajaxcrawling.
Several users have used this scheme successfully in their apps. For GWT apps, HtmlUnit is a good choice to create an HTML snapshot. Thanks! kathrin On Tue, Jun 15, 2010 at 11:17 AM, magnum <[email protected]> wrote: > in response to: > > > http://www.youtube.com/watch?v=g2XclEOJdIc&playnext_from=TL&videos=3iOGbt6Y2as > > > great work guys!! The GWT is becoming what I hoped it to be back in > 2007, a lot of nice cleanups. Actually the code splitting, multiple > entry points on one page, and integration with existing javascripts > were our biggest concearns and 80% of them ahave been resolved over > the years. > > Still most of the new functionalities suffer from the "java-syndrome" > - too many abstraction layers and plainly frustrating boilerplate. > > Now I want a graphic UI editor and crawlable gwt code. > With UI binder we've done a full circle ... from JSP / Velocity to > Swing/Programatic layouts to another form of templates. I want my > templates to be renderable / editable by my web designer. This is a > must! > > Also the crawlability is a must, once this is done, PHP can finally > rest in peace. Until then, wordpress is the best tool if you want your > page to be findable. I don't care how great service you provide, > people need to know your page exists before they use it. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
