Ajax cross domain on Jersey restfull webservices
At work, at LesTanukis, I'm working on a REST web service served by the open source application server Glassfish and the REST lib Jersey. I asked myself how to query these webservices directly from a web client, ie, how to bypass the same origin policy security restrictions. Here are some notes that recounts my route.