0

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..

azhar_salati
  • 1,554
  • 5
  • 28
  • 54

1 Answers1

1

Check out the official Tutorial from Google:
Retrieving JSON Data

Chris Boesing
  • 5,239
  • 3
  • 26
  • 30