On Mon, 25 Jul 2011 19:14 -0700, "Eric Sammer" <esam...@cloudera.com>
wrote:
> Mike:
> 
> Are four letter words preferable to, say, REST? I think REST is nicer
> (maybe with 4LW URLs and responses rather than JSON) from an
> accessibility point of view. I don't see a reason we couldn't do it,

If you're going to go REST and JSON please make sure you support JSONP
for the output. Same origin policy makes building web based dashboards
difficult without this.

Jersey supports this if you use the JSONWithPadding response object.

Cheers,
Dan

Reply via email to