This may be a little naive of me, but wouldnt that be as simple as using the protocol and GWT and create a JSO on page load that was a connection/stream (sorry im a .net developer not sure what its called in java) to the server and on the OnKeyStroke event you sent it back to the server. The server updates the waves xml everytime it recieves a blip/communitcation from the client so as long as you handle the incoming Wave XML you should be fine. With showing who is typing what, i am not 100% sure, have a look at the incoming wave xml and see if it gives you anything, or potentially does the API have anything that could handle this?
On Sat, Oct 3, 2009 at 6:44 AM, Nico <[email protected]> wrote: > > So, I installed the fed one server, then looked into Thomas gui > desktop client and the google one and built a desktop client for > myself. Then I built a Java Servlet that connects to the fed one > server and I am able to chat from html (just sending lots of ajax > requests to the servlet) in a very rudimentary way. > > I also asked Scott Hamilton on another post that built a jsf > implementation of the client, he was great and let me see his code > (though I didn't use it at last) > > Now, I am trying to do the real time character by character chat, but > I am having a lot of trouble there, has anyone tried to do it? either > desktop or html, I would like some advice there, I am pretty stuck > right now. > > I would appreciate any help!. > > On another topic... I've signed to the sandbox and the preview to try > and see how their client looks and works, but never got in, and I have > checked and the embedded client does not work with our own fed one > servers. Did anyone managed to use the embedded client? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
