I\'m using GWT as web development framework. I need to access some REST services from my GWT client code. Also I need to parse JSON (or maybe XML) which is response format o
For REST services: checkout gwt-rest.
For JSON support in GWT: see here