That example appears to just return 'Works' how does it actually return jsonp?
– RolandoFeb 21 '13 at 18:28
the tag: @jsonp runs the jsonp handler. Then Jquery handles the jsonp: $.ajax({url:"localhost:8080/", data:{'key':'value'}, dataType:"jsonp", success:onMyMethodComplete});
– Andrew KloosFeb 23 '13 at 02:08
oh - this link has great jsonp info... http://stackoverflow.com/questions/2067472/what-is-jsonp-all-about
– Andrew KloosFeb 23 '13 at 02:16