In hosted mode, GWT automatically simulates your remote calls.
在托管模式下,GWT将自动模拟远程调用。
Of course, the mechanism for those remote calls is Ajax using DWR.
当然,这些远程调用的机制是借助DWR的Ajax。
RPC is also not suitable if a large number of remote calls are involved.
在涉及大量的远程调用时,也不适合使用RPC。
You've completed the Seam Remoting setup and it's time to start making some remote calls.
您已经完成了SeamRemoting设置,现在可以开始进行一些远程调用了。
If you find yourself thinking: "I can send XML remote calls and use simple libraries to do it?"
如果您发现您自己在考虑:“我可以发送XML远程调用和使用简单库来做到?”
A well-designed interface can greatly reduce the number of remote calls and thus execution time.
好的接口设计可以大大减少远程调用的数量,从而节省执行时间。
Minimize the number of remote calls to reduce the overhead imposed by remote calls in your code path.
尽可能减少远程调用的数量,以减少由于代码路径中的远程调用带来的系统开销。
Wrapper services on the remote side of the call are another way to reduce the number of remote calls.
远端封装器服务的调用是减少远程调用数量的另一种方法。
Our tests indicated that remote calls to retrieve this information would adversely affect performance.
我们的测试表明,用远程调用来检索这些信息对性能会有负面影响。
Pay particular attention to logging around remote calls, and where threads branch, start, and end.
特别要注意对远程调用进行日志记录,以及在线程分支、开始和结束的位置进行日志记录。
They don't always think about the cost of multiple remote calls or sending way too much data over the wire.
他们不在乎多个远程调用花费巨大,也不在乎通过网络发送了太多的数据。
I will use the sample use case described here and optimize its performance by reducing the number of remote calls.
我还要用到这里描述的样本用例,通过减少远程调用的数量优化实例的性能。
However, the number of remote calls is large, as each Article object and its description are retrieved separately.
但是,由于每个Article对象及其描述是分别进行检索的,所以远程调用的数量比较大。
Next, you need to modify config.php to tell Ext.Direct that this new class and method are available for remote calls.
接下来,您需要修改config . php来告知Ext . Direct这个新方法可用于远程调用。
Obviously, these remote calls are costly in terms of performance and therefore typically other mechanisms are employed.
显然,这些远程调用在性能上需要很大的代价,因此,通常都雇用其他的机制。
Inside the browser, you can make remote calls using XMLHttpRequest, but only if it is from the same domain as your Web page.
在浏览器内,可以用XMLHttpRequest进行远程调用,但只有当它来自于与您的Web页面相同的域时,才可以使用。
Part 2 introduced the ID-lists pattern to reduce the number of remote calls and still obey the separation of concerns pattern.
第2部分介绍了利用ID - lists模式减少远程调用的数量,并且还遵守分离关注点模式。
Use session beans acting as remote facades to wrap complex interactions and to reduce remote calls between portlets and domain objects.
使用会话Bean作为远程外观使用,对复杂交互进行包装,并减少Portlet和域对象间的远程调用。
After looking at the initial implementation, you can now investigate how to improve the performance by reducing the number of remote calls.
了解了这些最初的实现后,您现在可以研究如何通过减少远程调用的数量来提高性能。
I will therefore investigate the structure of remote calls by looking at remote service interfaces and the (remote) components that provide them.
因此,我将从远程服务接口和提供远程调用的(远程)组件着手研究远程调用的结构。
In this section, you have seen that moving complexity (combining the calls) from the client to the server helps reduce the number of remote calls.
在这一部分中,您看到了将复杂的部分(合并调用)从客户端转移到服务器端可以帮助减少远程调用的数量。
Opaque references require remote calls to compare object identity reliably. For some applications the overhead of these calls is prohibitive.
不透明的对象引用要求远程调用比较对象标识符。对许多应用来说,这些调用的负载是禁止的。
Opaque references require remote calls to compare object identity reliably. For some applications, the overhead of these calls is prohibitive.
不透明的对象引用要求远程调用比较对象标识符。对许多应用来说,这些调用的负载是禁止的。
This section investigates the application of the facade pattern [ DP] to the interface design and how you can use it to save even more remote calls.
这一部分研究虚包模式 [DP]在接口设计方面的应用,以及如何使用它来保存更多的远程调用。
These best practices include collocating interconnected application modules and minimizing the number of remote calls within some distributed domain.
这些最佳实践包括并列配置相互连接的应用程序模块,并尽可能减少有些分布式域中的远程调用数量。
The figure shows that the same number of remote calls, namely four, is used to retrieve the entire shopping cart as in the joined-tables implementation.
上图显示了在连接表实现中用相同数量的远程调用(即4 个)来检索整个购物车。
In this example, caching was used to overly reduce the number of remote calls, but this approach also resulted in a performance degradation, not improvement.
在这个实例中,过度地使用高速缓存来减少远程调用的数量,但是该方法同样导致性能下降,而不是提高。
Now, in the previous diagram you should carefully note the "USES" relationship between the delegate and the Business Service represents a set of remote calls.
现在,在前一张图中,您应该留意到代表和业务服务之间的“使用”关系代表一组远程调用。
When the Web-based store we had to implement called this price function, the performance was very bad because of the many remote calls to the ERP system.
当我们要执行的基于 Web 的商店调用该价格函数时,由于许多远程调用请求该ERP 系统,性能非常糟糕。
When the Web-based store we had to implement called this price function, the performance was very bad because of the many remote calls to the ERP system.
当我们要执行的基于 Web 的商店调用该价格函数时,由于许多远程调用请求该ERP 系统,性能非常糟糕。
应用推荐