Question

Whatever happens to Google Wave, its UI, in my opinion, is 'beautiful'. In fact, it's listed as a real world project that utilizes GWT on GWT's web site. I would like to learn how Wave was built using GWT, but there does not seem to be many documentation on that topic.

Could anyone please point me to the right direction with regards to documentation or show how that the Wave UI can be built using GWT.

Update: The question is how build the UI and not Wave itself.

Was it helpful?

Solution

You can browse through the reference source code and see how that's using GWT.

OTHER TIPS

For starters I would check out this site that is built around the protocol that allows that sort of communication. At that point, it's just a matter of implementing a pretty UI in GWT (that's a bit of a simplification, but the gist is the same -- the protocol is really the meat and potatoes of Wave).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top