How to call RESTFUL services from GWT?

前端 未结 6 1168
小蘑菇
小蘑菇 2020-12-08 10:59

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

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 11:01

    For REST services: checkout gwt-rest.

    For JSON support in GWT: see here

提交回复
热议问题