user1501382
user1501382

Reputation: 1237

GWT client side rest API

Instead of making RPC call from GWT client side (browser) can i directly call the RESTful services from GWT.

I don't want to add an overhead of adding (server side) .java files to call same API if those can be called from GWT client side java.

I'm fairly new to GWT, an example or pointer to a tutorial will help a lot!

Upvotes: 2

Views: 536

Answers (1)

Philippe Gonday
Philippe Gonday

Reputation: 1766

You can use RestyGWT, or also Errai which have JAX-RS Integration.

Upvotes: 1

Related Questions