| View: | [ 2011 | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- JSON Interactions Between Server-Side Java and Client-Side YUI by Narayanan A.R. - [Clicks: 7]
Learn how to fetch and persist data on the server with a Java server-side implementation, JSON, and the Yahoo! User Interface.
[Includes sample code]
http://www.devx.com/Java/Article/42399 - Jul, 2009 - Cross-domain communications with JSONP, Part 2: Building mashups with JSONP, jQuery, and Yahoo! Query Language by Seda Ozses, Salih Ergul - [Clicks: 17]
In the previous article of this series, we introduced JSONP (JSON with Padding) as a way to overcome browser same-origin policy limitations while combining and presenting data from third-party sources. This article continues this process and shows you how to use Yahoo! Query Language (YQL), a JSONP service from Yahoo!, to build a mashup Web page using jQuery.
http://www.ibm.com/developerworks/web/library/wa-aj-jsonp2/index.html - Mar, 2009 - Cross-domain communications with JSONP, Part 1: Combine JSONP and jQuery to quickly build powerful mashups by Seda Ozses, Salih Ergul - [Clicks: 18]
With the number of publicly offered Web service APIs, it's now much easier to get content from different Web sources and to build mashups—if you have access to the right APIs and tools. Discover how you can combine an obscure cross-domain call technique (JSONP) and a flexible JavaScript library (jQuery) to build powerful mashups surprisingly quickly.
http://www.ibm.com/developerworks/web/library/wa-aj-jsonp1/index.html - Feb, 2009