I was searching for the google wave-like wysiwyg editor but did not succeed on it. I\'ve tried jWYSIWYG, clEditor and couple of开发者_JAVA百科 other editors.
What\'s a good program to edit code, or the same document at the same time with another person through开发者_开发问答 the internet. I need something where a friend and I can edit the same document at
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am really curious to know how Google Buzz and Faceb开发者_C百科ook implement their comment feature which is being updated instantly. is it similar to Google wave technology? are there any resources
The operational transform stuff used in Google Wave has a rather curious document format. A document is basically just an xml subset document - characters, start tags and end tags. In addition to that
I am wondering if some of you are aware of the architectural approaches taken by the Wave team to build its GWT web client? Since i am trying to optimize performance of one GWT app designed for mobile
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 usi
I\'m trying to figure out how to make a user authenticate with my web app using google accounts and be recognized as an active session with google wave.
I\'ve got a Google Wave python robot running with an existing django app engine web app. All works well apart from one thing, for some reason I am unable to access my datastore which is the same data
For my Google Wave robot, on the onDocumentChanged event I want to apply a filter as follows: @Capability(filter = FILTER)