[Google Wave APIs] projectional editor

2009-11-11 Thread Jason Livesay
Three questions: 1) has anyone considered building a projectional (or "Intentional"?) editor in the wave environment ( http://www.martinfowler.com/bliki/ProjectionalEditing.html, )? 2) are there any projects or considerations out there for composable wave gadgets? 3) does anyone know of or have

Re: [Google Wave APIs] Configure eclipse project

2009-11-11 Thread Vikram Dhillon
Can anyone help me out with the netbeans (doing the same thing) -- Regards, Vikram On Wed, Nov 11, 2009 at 9:41 PM, mr. Apaxuc wrote: > How to configure eclipse project for the automatic version is changed > before every deploy? > > -- > > You received this message because you are subscribed to

[Google Wave APIs] Rosy language translation robot

2009-11-11 Thread Sigurð
Hey Guys Does anyone know how I can ad Rosy to my Wave/Contacts? Regards -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to google-wave-...@googlegroups.com. To unsubscribe from this group, send email to g

[Google Wave APIs] Configure eclipse project

2009-11-11 Thread mr. Apaxuc
How to configure eclipse project for the automatic version is changed before every deploy? -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to google-wave-...@googlegroups.com. To unsubscribe from this group,

[Google Wave APIs] Re: Should BLIP_SUBMITTED be fired when a gadget changes a state?

2009-11-11 Thread Austin Chau (Google employee)
Thanks for filing this. We will look into this. Austin On Wed, Nov 11, 2009 at 7:15 AM, César Izurieta wrote: > > I'm developing a robot that sends an email every time it receives a > BLIP_SUBMITTED event. It all works just fine except when there are > gadgets on the page that change the state.

[Google Wave APIs] Re: multiple gadgets sharing state

2009-11-11 Thread cmdskp
If you end up using a Java robot and a static object variable - remember to ensure you synchronize on it or use a synchronized object. Otherwise, simultaneous Servlet requests can end up changing the shared static object's value before each request is done with it. On Nov 11, 10:05 pm, "Niels H.

[Google Wave APIs] Re: problem with setStyle

2009-11-11 Thread Chris C.
StyledText stuff doesn't work in Java yet; there's an open issue on it in the tracker. On Nov 11, 6:43 am, Vivek wrote: > I recently started using wave API > > I wrote a code for editing the blip submitted by any participant. > >  if (e.getType() == EventType.BLIP_SUBMITTED ) >               { >

[Google Wave APIs] Should BLIP_SUBMITTED be fired when a gadget changes a state?

2009-11-11 Thread César Izurieta
I'm developing a robot that sends an email every time it receives a BLIP_SUBMITTED event. It all works just fine except when there are gadgets on the page that change the state. Some gadgets change the state very often. For any state change google wave fires a BLIP_SUBMITTED event and the robot se

[Google Wave APIs] Re: Embedding Waves in Blogs and Search Engines

2009-11-11 Thread Tyrone Lamoureux
It seems reasonable to me, that you could have a robot which is tailored specifically to certain websites (programmable @ user end), in fact an app that spawns robots, which, before "fully creating" them, the user has to input website interactivity details first. i.e. User1 spawns Robot1: input1:

[Google Wave APIs] Invitation St

2009-11-11 Thread Neel16
I want to create an app that will enable interested users to give away their invitation(s) automatically to a list of users requesting invitations. any ideas how this can be done? As far as I have seen, an invitation is just a wave. Can I use this wave to send invitation from a logged in account?

[Google Wave APIs] problem with setStyle

2009-11-11 Thread Vivek
I recently started using wave API I wrote a code for editing the blip submitted by any participant. if (e.getType() == EventType.BLIP_SUBMITTED ) { Blip blip = e.getBlip(); blip.getDocument().setStyle(StyleType.BOLD); //StyledTe

[Google Wave APIs] Re: BLIP_SUBMITTED is not triggered in sandbox

2009-11-11 Thread praneeth bachi
Have you added your event in the capabilities.xml? On Wed, Nov 11, 2009 at 4:34 AM, Vivek wrote: > > I just creadted a robot which responds to any new BLIP added by > responding to BLIP_SUBMITTED event. > But its not working when I deployed it. Please help me!! > > my code is > > if (e.getType()

[Google Wave APIs] Re: multiple gadgets sharing state

2009-11-11 Thread Niels H. Christensen
> Makes sense.  Is there any way to get the state change callbacks > _without_ using the robot to manage the shared states? I don't think so. To get a callback you either need - someone (robot or ordinary user) to join or leave the Wave, - or someone (robot or ordinary user) to change a gadge

[Google Wave APIs] Re: multiple gadgets sharing state

2009-11-11 Thread rgibson
Makes sense. Is there any way to get the state change callbacks _without_ using the robot to manage the shared states? (And without writing my own communication protocol that is, at the bottom layers, just polling an offsite server?) Thanks, Rob On Nov 11, 12:54 pm, "Austin Chau (Google emplo

[Google Wave APIs] Re: multiple gadgets sharing state

2009-11-11 Thread Austin Chau (Google employee)
1) You are correct. The callback mechanism provided by gadget library is only connected to the wave server. 2) Yes. When robot changed gadget states your gadget will receive the callback. Austin On Wed, Nov 11, 2009 at 12:48 PM, rgibson wrote: > > Thanks for comments, all. Now suppose I want

[Google Wave APIs] Re: multiple gadgets sharing state

2009-11-11 Thread rgibson
Thanks for comments, all. Now suppose I want the gadget to receive a "state change" notification every time the state has changed. (I don't want to have to continually poll an external site to see if something has changed; I want a callback notification.) Is it true that: 1) There is no good wa

[Google Wave APIs] Re: Does robots have full AppEngine capabilities

2009-11-11 Thread Wooble
On Nov 10, 2:32 pm, Daniel Faust wrote: > I think the users service can't be used properly. At least not in the > sandbox (didn't try on googlewave.com). It can't, since it relies on redirecting the user visiting your application to a login page, and there's no user visiting your application.

[Google Wave APIs] Re: Robots and Privacy

2009-11-11 Thread vjrj
On 7 oct, 02:42, Wilz wrote: > I'm a bit surprised no one asked this question yet (or maybe I'm a > noob who just doesn't get it heh). After reading through the API > quickly, I have a small privacy concern. See also this thread: http://groups.google.com/group/google-wave-api/browse_frm/thread/7

[Google Wave APIs] Shared data update frequency

2009-11-11 Thread gutzeit@mailvision
Hello to all group members, In my gadget development I am using shared state functionality among other uses to implement some keep-alive functionality so that I could know what participants have the wave (gadget) open. Each gadget when its open sends a keep-alive message with updated "time" value