Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不使用任何请求上下文的情况下在客户端代码中创建代理对象?
我想要这种行为,因为我想多次将对象发送到服务器,如果它与单个请求上下文相关联,我不能这样做。
您可以使用一个创建您的代理RequestContext并发送它。收到响应后,对象将被冻结并且不再附加到 a RequestContext,因此您可以将其与另一个一起发送RequestContext(和以前一样,您必须等待响应才能再次使用它RequestContext)。
RequestContext
我将研究这些约束是否可以在 GWT 的未来版本中放宽。