> From: Bradford Stephens

> [...] I'm trying to do gets by using JSONP, which
> embeds/retrieves requests in <script> tags. This
> seems to be a relatively common way to get around 
> the issue...I think.
> 
> Does Stargate have support for something like that, or
> should I patch it in?

No it doesn't. 

Choosing between plain JSON and "JSONP" requires adding support for a new 
content-type for JSONP. 

Stargate uses Jersey's built in support for rendering JSON. Offhand I don't 
know of a way to hook that to produce start/end tags. 

   - Andy



      

Reply via email to