Search code examples
javajavascriptajaxgwtpostdata

Writing Ajax code in JAVA


I want to write ajax code in java i.e. i want use the functionality of ajax without using ajax. I'm looking for some API of JAVA which can do so.

Like we post data of a web page through JAVA program similarly I want to perform operation of ajax through JAVA program.

Please suggest.


Solution

  • Google Web Toolkit is Java-only framework for writing AJAX aplications.