« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today
XML

Blog::Navigation

GetJava Download Button
Get the Source
Personal Blog

Blog::Referers

Today's Page Hits: 78

Powered by Roller Weblogger.
« What's in my Java... | Main | Querying Java heap... »
20050929 Thursday September 29, 2005

JSON, AJAX and Mustang

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: So, welcome to AJAX with JDK (with or without browser client?)



( Sep 29 2005, 12:31:59 PM IST ) Permalink Comments [1] del.icio.us | furl | simpy | slashdot | technorati | digg

Comments:

With the advent of core JavaScript support in the Java, it does not necessarily mean, true AJAX has finally arrived in the Java world. I believe that AJAX belongs to the ultra-thin paradigm of browser-based content. In Java, Swing is still king of the hill. cheers :)

Posted by Richard Relos on November 10, 2005 at 10:58 AM IST #

Post a Comment:

Comments are closed for this entry.
Copyright (C) 2005, A. Sundararajan's Weblog