JSON (JavaScript Object Notation) is a lightweight data interchange format. It uses (subset) of JavaScript object/array literal syntax as data interchange format. Now, Mustang Java SE 6 includes Rhino based JavaScript engine and javax.script API. This implies you can transfer and read data from web/app server in JSON format and read the same in client (web browser or JavaWebStart) side easily -- all you have to do is to make reader from your (URL) input stream and eval it!
You have all AJAX elements within JDK:
Posted by Richard Relos on November 10, 2005 at 10:58 AM IST #