I'm pleased to announce that there is an interview I did with InfoQ is now available online here: http://www.infoq.com/articles/progwt

As an added bonus, Chapter 12: Search Engine Optimization Making AJAX Searchable of Pro Web 2.0 application Development with GWT is available as a sample chapter with the interview.

In this chapter, we’re going to look at how to make our GWT site search engine
friendly. To do this, we’re going to reimagine the way that we get data to our GWT widgets,
moving from RPC to a bootstrapping method where we’ll use GWT serialization to serialize
our objects right into the HTML host page.


Enjoy!