RPC RMI hessian http 区别
参考https://www.cnblogs.com/helloworldmybokeyuan/p/11626833.htmlRPC remote process call,远程过程调用,基于TCP 实现,跨语言,跨平台,速度快。 缺点是,必须在客户端和服务端使用 相同的RPC 框架,比如 webservie(cxf)、dubbo 其中,webservie(cxf) 是比较老的一种协议,基于 xml,现在基本上json取代,所以该框架被抛弃RMI Remote Methods ...
原创
2021-02-03 00:35:52 ·
513 阅读 ·
0 评论