Reputation: 1237
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
Reputation: 1766
You can use RestyGWT, or also Errai which have JAX-RS Integration.
Upvotes: 1