As Alex points out - it is possible and it is a *lot* of hard work. That's what we did for Novell Vibe, before the data api was available. Even still, we utilized the OT code open from Google (to avoid additional complexities/edge cases when we were federating with sandbox), which can be compiled using GWT to JS that can then be loaded and used normally.
If I remember correctly, we dedicated a couple of resources over 1 yr to get where we are today. And before the question comes up - at the moment there are a lot of hooks into infrastructure code that we rely upon internally, and unfortunately it can not be open sourced at this time. /Ian On 12/21/2010 11:15 PM, Alex North wrote: > It sounds like Mani was talking about a pure-js (no GWT) client, written from > scratch. It's very > possible, but a lot of work. Rendering of the wave content and providing > editing capabilities in > particular will be a challenge. > > I suspect development of an alternative client is outside the mission of the > Wave in a Box team > right now, but I'd be happy to support development of other clients in their > own open source > projects, and perhaps it will be appropriate to merge in the future. > > On 22 December 2010 14:01, cearl <[email protected] > <mailto:[email protected]>> wrote: > > I've been able to integrate jQuery with WIAB code (GWT generally), > though in what I think is a convoluted way ( some of the jQuery is > called from GWT JSNI and in turn invokes java methods) so it should be > possible. It seems something like a "pure jQuery" interface should be > possible, although it seems that it would involve a lot of protocol > development. I believe that there are GWT jQuery > "implementations" (i.e. widgets that provide features of some earlier > jQuery versions. > > On Dec 21, 8:44 pm, Mani Govindarajulu <[email protected] > <mailto:[email protected]>> > wrote: > > All, > > > > I would like to start creating web client using jQuery to communicate > with > > local wiaB. Please anyone reply me whether it could be possible like > > login/register, retrieve the wave list, add participants, retrieve > > participants,see the wave with playback and create new wave. > > > > Please reply me and its highly appreciated. > > > > --> M. > > > > 1-732-570-7077 > > -- > 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] > <mailto:[email protected]>. > To unsubscribe from this group, send email to > [email protected] > <mailto:wave-protocol%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > > -- > 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. -- 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.
