Month: January 2011

  • Jersey + Jsonp + jQuery

    At work we are developing an application that required me to create a webservice that could be called from another domain with javascript. Hopefully this will help you do just that. I am using Jersey 1.4 and jQuery 1.4.4. Here is my Jersey java code for the webservice: package com.test; import javax.ws.rs.GET; import javax.ws.rs.Path; import…