Kevin Le - Khnle
Kevin Le - Khnle

Reputation: 10857

How is Wave developed with GWT?

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.

Upvotes: 2

Views: 442

Answers (2)

Matthew Flaschen
Matthew Flaschen

Reputation: 284786

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

Upvotes: 2

Chris Thompson
Chris Thompson

Reputation: 35598

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).

Upvotes: 0

Related Questions