Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the purpose of GWT.create with RPC services?

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.

like image 434
codinghands Avatar asked Dec 03 '25 18:12

codinghands


1 Answers

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.

like image 117
Jason Terk Avatar answered Dec 05 '25 08:12

Jason Terk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!