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.
如果我有 JBoss Errai(我下载它是为了进行服务器推送),使用 GWT-RPC 进行客户端调用还有什么好处吗?或者,如果我只对客户端和服务器端的所有内容使用 Errai 调用,我会不会失去任何东西?它是否可以发送所有相同的数据类型,并且它的性能是否与 GWT-RPC 用于客户端发起的调用一样?
JBoss Errai 可以替代 GWT-RPC 机制,不同的是你不会编写样板代码;并且您可以在客户端-服务器端通过 CDI 注入依赖项。