| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Dynamic Webpages with JSON by Ajay Raina, John Jimenez - [Clicks: 61]
Some Websites span multiple domains and use different technologies to deliver content to visitors -- thus complicating the design of a consolidated solution that delivers dynamic features. This article proposes a JSON-based design approach that asynchronously delivers features to Webpages. Unlike AJAX, JSON does not have cross-domain restrictions.
[Includes source code]
http://www.javaworld.com/javaworld/jw-11-2006/jw-1115-json.html - Nov, 2006 - Cache in with JSON by Bakul L. Patel - [Clicks: 33]
Data validation is one of the most challenging and ever-changing parts of any enterprise Web application. Quite often validation metadata leaves JavaScript modules littered with server-side code. In this article, you'll learn an elegant way to cache metadata on the client side with the help of server code, which provides JSON-formatted (JavaScript Object Notation) stringified metadata. This approach also enables you to handle multivalue and multigroup attributes in a manner similar to Ajax.
http://www-128.ibm.com/developerworks/java/library/wa-cachejson.html - Oct, 2006 - Speed Up Your AJAX-based Apps with JSON by Alessandro Lacava - [Clicks: 39]
Find out how to improve your Web application performance by leveraging AJAX and JSON. In particular, you'll see the advantages of using JSON over XML as a lightweight JavaScript data-interchange format.
[Includes sample code]
http://www.devx.com/webdev/Article/32651 - Oct, 2006 - Generate JSON from XML by Jack D Herrington - [Clicks: 52]
The use of JavaScript code to add interactivity to your data-driven Web applications is hot nowadays. If you can encode your data as JavaScript Object Notation (JSON), you'll simplify it's use with the JavaScript language. Discover different approaches that use XSLT V2 to generate JSON from XML data.
[Includes sample code]
http://www-128.ibm.com/developerworks/web/library/x-xml2json/index.html - Sep, 2006 - Build enterprise SOA Ajax clients with the Dojo toolkit and JSON-RPC by Roland Barcia - [Clicks: 68]
Learn how to use the Dojo toolkit to build enterprise SOA clients for Java Platform, Extended Edition (Java EE) applications, and the the JavaScript Object Notation–RPC (JSON-RPC) to invoke server-side Java objects.
[Includes sample code]
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0606_barcia/0606_barcia.html - Jun, 2006 - Converting Between XML and JSON by Stefan Goessner - [Clicks: 43]
Stefan Goessner shows us how to convert between XML and JSON, offering a pragmatic approach to data sharing and conversion between two very popular data formats.
http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html - May, 2006 - Using Dojo and JSON to Build Ajax Applications by Zarar Siddiqi - [Clicks: 182]
In this article, I will show how to build Ajax-enabled applications using Dojo and JSON--two very different but complementary technologies that can significantly enhance the interface and usability of web applications. With the help of some simple examples, you will learn how to use Dojo and JSON to build Ajax applications. This article will also demonstrate how to create custom Dojo widgets by implementing the popular "autocomplete" feature for HTML text boxes.
[Includes sample application]
http://today.java.net/pub/a/today/2006/04/27/building-ajax-with-dojo-and-json.html - Apr, 2006 - Speeding Up AJAX with JSON by Sean Kelly - [Clicks: 39]
JSON's clever idea of being a subset of JavaScript (and Python) makes it an instantly useable, lightweight, and highly nimble way to handle data interchange for AJAX. It's faster to parse and vastly easier to use than XML.
http://www.developer.com/lang/jscript/article.php/3596836 - Apr, 2006