What is the purpose of GWT.create() in terms of RPC services? I understand that it allows for deferred binding, but haven't managed to clearly understand how that applies to RPC services within my GWT application.
GWT automatically generates an RPC implementation from a RemoteService interface and it's corresponding Async interface. GWT#create() is the glue between your application and the concrete implementation(s) created by GWT's code generators.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With