| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Projects |
- XML processing in Ajax, Part 3: JSON and avoiding proxies by Mark Pruett - [Clicks: 4]
Ajax-style server calls don't necessarily require XMLHttp requests. This last installment of the series uses a public Web service, JavaScript Object Notation (JSON), and dynamic script tags in a final approach to the weather badge project.
[Includes sample code]
http://www.ibm.com/developerworks/xml/library/x-xmlajaxpt3/ - Mar, 2008 - Convert Atom documents to JSON by James Snell - [Clicks: 7]
Converting an Atom document to JSON might, at first, appear to be a fairly straightforward task. Atom is, after all, just a bit of XML and XML-to-JSON conversion tools are widely available. However, the Atom format is more than just a set of XML elements and attributes. A number of subtle details can make proper handling of Atom difficult. This article describes those issues and demonstrates a mechanism implemented by the Apache Abdera project to convert Atom documents into JSON and produces a result that is readable, usable, and complete.
http://www.ibm.com/developerworks/library/x-atom2json.html - Jan, 2008
- JSON-lib - [Clicks: 17]
JSON-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans.
http://json-lib.sourceforge.net/ - JSON-RPC-Java - JavaScript to Java remote communication by Michael Clark, Chee Yong Tan - [Clicks: 31]
JSON-RPC-Java is a key piece of Java web application middleware that allows JavaScript DHTML web applications to call remote methods in a Java Application Server (remote scripting) without the need for page reloading (as is the case with the vast majority of current web applications). It enables a new breed of fast and highly dynamic enterprise Java web applications (using similar techniques to Gmail and Google Suggests).
http://oss.metaparadigm.com/jsonrpc/