All the time, I use PHP on server side to generate HTML/XHTML directly or via Smarty/PHPTAL or any other templating engine. I do believe most of developers follow the same path most of the time.
Now I'm thinking of delegating GUI & client-side to GWT and using to send RPCXML / RPCJSON / POST / GET to server side which run PHP. I'm looking for good examples of doing so. It's great to have code accompanied. Thanks in advance.
EXTRA:
Although I could not find any example site, I have found documents that hint on using JSON as a mean for data exchange.
http://code.google.com/webtoolkit/articles/using_gwt_for_json_mashups.html
http://code.google.com/webtoolkit/doc/latest/tutorial/JSON.html
http://code.google.com/webtoolkit/doc/latest/tutorial/JSONphp.html