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 […]