[Google Wave APIs] Are Gadgets Cached

2010-03-12 Thread Chris Bianchi
Gadgets used to not be cached by Wave but now it appears that they are
being cached.  The Wave API documentation still says that Gadgets are
not cached.  Has something changed.  I've tried searching this group
and the sandbox for news about this but have not been able to find
anything new.

Thanks for any news that you can provide.
-Chris

-- 
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 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



Re: [Google Wave APIs] IDE for wave gadgets

2010-02-25 Thread Chris Bianchi
> You put the XML in the blip, and each time you submit the blip, it
> outputs the gadget XML at a new (non-cached URL), and inserts a gadget
> with that URL at the bottom of the blip (deleting the gadget that was

Gadgets used to not be cached by Wave but now it appears that they are
being cached as Pamela mentioned in this post "no-cached" url.  The
Wave API documentation still says that Gadgets are not cached.  Has
something changed.  I've tried searching this group and the sandbox
for news about this but have not been able to find anything new.

Thanks for any news that you can provide.
-Chris

-- 
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 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



[Google Wave APIs] Question about get/setDataDocument

2009-11-25 Thread Chris Bianchi
I have a question about get/setDataDocument.  Is it possible for the robot
servlet to be called almost simultaneously so that one call could
potentially overwrite data set by another call.

For example in very simple terms, would this be safe:

JSONArray a = JSONArray(wavelet.getDataDocument('json'));

a.put(newValue);

wavelet.setDataDocument('json', a.toString());

--

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 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.




Re: [Google Wave APIs] "link/manual" Annotation not working as spected

2009-11-25 Thread Chris Bianchi
same with a like like .  You might
want to have links that post a message to the a gadget frame.

On Wed, Nov 25, 2009 at 6:09 PM, Beldar  wrote:

> Hi I'm trying to make my robot to create a link to a Spotify resource
> that looks like spotify:track:7IxJNa82528PRGQ1SOSvyG , well that
> aplies to other aplication links as elink:// and other stuff, but when
> I make the annotation to create the link, it turns out as a link to
> https://wave.google.com/wave/?pli=1# , I guess it looks for a
> http://something.somthing form.
>
> Is there any form to make a 'custom' link as Something, or should I add this to the
> issue tracker?
>
> Thanks!
>
> --
>
> 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
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>
>

--

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 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.




[Google Wave APIs] Re: Wave State no longer shared?

2009-11-12 Thread Chris Bianchi
I just found another post where Google says the state is not shared
between gadgets in the same wave.

http://groups.google.com/group/google-wave-api/browse_thread/thread/5247c475e461ba9a?pli=1

I swear it was only about a week ago where 3 of us witnessed the state
being shared between gadgets.  That at least answers my question.



On Nov 12, 2:25 pm, Chris Bianchi  wrote:
> Last week it seemed that every Gadget in a wave had access to the same
> state.
>
> wave.getState() always returned the same object no matter which Gadget
> requested it.
>
> Today, I noticed that gadgets no longer share the same state in
> sandbox or preview?  Was this a bug last week or is this a change to
> the API?
>
> Also, is there a group participant for the Wave API group in sandbox
> like wave-...@wavesandbox.com like there is for wave-discuss and wave-
> users?
>
> Thanks,
> Chris

--

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 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.




[Google Wave APIs] Robot works in Sandbox but not Preview

2009-11-12 Thread Chris Bianchi
I went through the python Helloworld Robot Tutorial last night.

It works great in Sandbox but not in Preview?  Is there an extra step
for Preview that I missed somewhere along the way?

Thanks,
Chris

--

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 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.




[Google Wave APIs] Wave State no longer shared?

2009-11-12 Thread Chris Bianchi
Last week it seemed that every Gadget in a wave had access to the same
state.

wave.getState() always returned the same object no matter which Gadget
requested it.

Today, I noticed that gadgets no longer share the same state in
sandbox or preview?  Was this a bug last week or is this a change to
the API?

Also, is there a group participant for the Wave API group in sandbox
like wave-...@wavesandbox.com like there is for wave-discuss and wave-
users?

Thanks,
Chris

--

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 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.