| Class that acts as a client to a JSON service. Currently, this client just
requests a text which contains a JSON encoding of a search result set from
yahoo. We use a text file to demonstrate how the pieces work without tripping
on cross-site scripting issues.
If you would like to make this a more dynamic example, you can associate a
servlet with this example and simply have it hit the yahoo service and return
the results.
|