2010
Build Android apps using XML and JavaScript Object Notation Part 2
Part 2 examines the manner in which Webkit-hosted JavaScript code exchanges data with Java code in an Android application. Explore techniques for handling two of the most common data formats used on the Internet—XML and JavaScript Object Notation (JSON)—on the Android platform.
Build Android apps using XML and JavaScript Object Notation Part 1
Explore techniques for handling two of the most common data formats used on the Internet—XML and JavaScript Object Notation (JSON)—on the Android platform. This first part covers the basics of XML and JSON and shows you how to build an Android application that parses and displays a Twitter status-update feed provided in both formats.
2009
Add Ajax and JSON to Java EE apps using JSP talibs
Learn how to use configurable JavaServer Pages (JSP) TagLib-based controls that leverage JavaScript Serialized Object Notation (JSON), JavaScript scripting language, and Cascading Style Sheets (CSS). Because they are standard JSP TagLib controls, find out how you can easily drop them into any Java EE application to provide more intuitive and responsive user user interfaces.
Exploring JSON and CouchDB
CouchDB is an open source document-oriented database-management system, accessible using a RESTful JavaScript Object Notation (JSON) API. CouchDB never claimed to be a replacement for relational databases, but it has become increasingly popular in Web applications, iPhone applications, and Facebook applications. See how CouchDB stores data in a semi-structured fashion, using a JavaScript-based view model
2007
Ajax pros leverage JSON at just the right time
Finding the best solution to a problem, rather than just a solution is the key to developing Ajax applications. Plain text and XML are both good data formats that you can use for sending and receiving information in your asynchronous applications, but have you tried JSON? It allows you to easily turn JavaScript objects into data and makes moving data and objects around in your applications easier.
1
(5 marks)