RESTful web services and jQuery make it easy to create an enterprise mashup. This 2 part article discusses how to create a simple enterprise mashup using jQuery. Part 1 introduced the basic requirements of your enterprise services, the simplicity of JSON, and how to consume your RESTful web services using jQuery. Part [...]
Entries Categorized as 'JAX-RS'
Enterprise Mashups with RESTful Web Services and jQuery (Part 2)
April 26, 2010
Enterprise Mashups with RESTful Web Services and jQuery (Part 1)
April 21, 2010
RESTful web services and jQuery make it easy to create an enterprise mashup. This 2 part article discusses how to create a simple enterprise mashup using jQuery. Part 1 introduces what is required of your enterprise services, the simplicity of JSON, and how to consume your RESTful web services using jQuery. Part [...]
Serving up JSONP from your JAX-RS Web Services
April 18, 2010
If you are developing RESTful services that will be consumed by AJAX clients on different servers, you will likely need to support JSONP. JSONP allows your RESTful web services to support cross-domain communication by enabling your clients to bypass the same-origin policy browser restriction. While some JAX-RS implementations support JSONP, this article demonstrates how any [...]
Posted in



content rss
Comments
March 31, 2009
Unfortunately there is not, but you can always ask questions on the Seam Forums....
March 31, 2009
Hi, is there no such thing as a forum where readers can get eventually help from each...
April 26, 2010
@Tim: I will definitely be posting more on the topic of mashups in the next few...
April 26, 2010
You should give jQuery-JSONP a try, it handles timeouts transparently :)...
April 26, 2010
Very help and concise examples! Thank you for sharing. I was wondering if we’d see...