Great - I'm glad you're keen.

At a broad level, all the code in o.w.box.client implements a backend
communication that doesn't use the wave model well. All that code exists
only for the console client (I think I'll move it to the consoleclient
package). It should be deleted, and replaced with code re-using that used by
the web client.

On 23 December 2010 00:20, faisalbhagat <[email protected]> wrote:

> alex
> i want to take on this task. for this i need your help of and on. can
> you guide me from where to start? which things are going to be
> replaced by this conversation moddel and where? m sory for this type
> of question m kind of newbie here :->
>
> On Dec 15, 5:44 am, Alex North <[email protected]> wrote:
> > A blip is an abstract conversation model concept, not just a document.
> > Deleting a blip requires clearing its content and removing the
> corresponding
> > entry from the conversation manifest document.
> >
> > The conversation model code (o.w.wave.model.conversation) expresses this,
> > but unfortunately the console client pre-dates the conversation model.
> There
> > is a significant refactor required before this becomes a simple change.
> It
> > would be fantastic if someone were to take this on; the first step would
> be
> > to replace the console client's manual manipulations with use of the
> > conversation model code.
> >
> > A.
> >
> > On 15 December 2010 01:47, faisalbhagat <[email protected]> wrote:
> >
> > > egarding adding the updation and deletion facility in console client.
> > > i added a method
> >
> > > public void deleteBlip(String blipId) {
> > >    documents.remove(blipId);
> > >  }
> >
> > > in WaveletDataImpl
> >
> > > it deletes the blip. but it is deleted locally. it is not deleted at
> > > waveserver. if i login
> > > through another waveclient the blip is still there and for this
> > > deletion waveletDocumentUpdated
> > > method is not called. Will you please help me regarding this?
> >
> > > On Dec 3, 5:55 pm, Alex North <[email protected]> wrote:
> > > > As far as I recall the console client has no facility for editing or
> > > > removing blips. The console client is very simple, useful for
> testing,
> > > but
> > > > not intended to be a fully-fledged client. Of course, if you or
> anyone
> > > would
> > > > like to improve the console client to add such functionality it would
> be
> > > > most welcome.
> >
> > > > Alex
> >
> > > > On 3 December 2010 21:04, faisalbhagat <[email protected]>
> wrote:
> >
> > > > > i am using waveinabox to provide chatting facility on my project.
> as a
> > > > > client i have modified ConsoleClient. i am still unabe to find how
> can
> > > > > i update or delete a blip. can any body plz help!
> >
> > > > > --
> > > > > 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]<wave-protocol%[email protected]>
> <wave-protocol%[email protected]<wave-protocol%[email protected]>
> >
> > > <wave-protocol%[email protected]<wave-protocol%[email protected]>
> <wave-protocol%[email protected]<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]<wave-protocol%[email protected]>
> <wave-protocol%[email protected]<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]<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.

Reply via email to