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.
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
(2 marks)