GWT.create 与 RPC 服务的目的是什么?

发布于 2024-10-22 19:13:04 字数 84 浏览 3 评论 0原文

就 RPC 服务而言,GWT.create() 的用途是什么?我知道它允许延迟绑定,但尚未清楚地了解它如何应用于我的 GWT 应用程序中的 RPC 服务。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咋地 2024-10-29 19:13:04

GWT 自动从 RemoteService 接口及其相应的 Async 接口生成 RPC 实现。 GWT#create() 是您的应用程序与 GWT 代码生成器创建的具体实现之间的粘合剂。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文