On Thu, Jun 17, 2010 at 10:35 PM, Alex <monsterno...@gmail.com> wrote:
> i have a gadget and i need to send data to a external web service for
> processing and get a response, currently im using JSONP to my own
> server and it forward the request to the external web service (the
> external web service reply in plain text)
>
> option 1)
> browser(gadget)-----JSONP--->MyServer-----HttpPOST---->external web
> service
>
> option 2)
> browser(gadget)------>Wave Server------>MyRobot----HttpPOST-----
>>external web service
>
> which option is better in the following situation and why?
> A)Only the viewer can see their own response from the external web
> service
> B)all participant can see everyone's response from the external web
> service

The visibility of the data is controlled by the gadget, so it doesn't matter
how the data gets to the gadget, only what the gadget does with that data.

   Thanks,
   -joe

--
Joe Gregorio
Developer Relations, Google Wave

>
> --
> 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.

Reply via email to