I would like to pass data between client and the server without using the GWT RPC.
I need to send the JSON data and get back the response.
How can I achieve this wihtout using GWT RPC ? Please provide with the example..
I would like to pass data between client and the server without using the
Share
Check out the official Tutorial from Google:
Retrieving JSON Data