You have arrived at the 404 page!!!
This is not the page you are looking for ...... well, that is rather obvious. No one really looks for a 404 page.
We apologize for the inconvenience, would you care to look for something else?
0
Building a RESTful Service that returns JSONP using the Spring Framework
Posted by fouzi on November 1, 2011 in Java, Javascript, RESTful, Software Development, Spring, Spring 3.x, Spring Framework, Springsource, Technology | ∞
This is not a duplicate of my previous blog entry of Building a RESTful Service that returns JSON using the Spring Framework. In this blog post I’m going to show how you can return JSONP so that you can call your REST APIs directly from your Javascript functions. If you are wondering why you can’t just […]