这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
分享:技术:dubbo:dubbo项目示例 [2017/05/30 11:57] gxx |
分享:技术:dubbo:dubbo项目示例 [2020/08/07 01:39] (当前版本) gxx |
||
---|---|---|---|
行 2: | 行 2: | ||
===== 介绍 ===== | ===== 介绍 ===== | ||
Dubbo是一个分布式服务框架,致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA服务治理方案。 | Dubbo是一个分布式服务框架,致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA服务治理方案。 | ||
+ | |||
+ | 官网:[[http://dubbo.io/Home-zh.htm|dubbo.io]] | ||
其核心部分包含: | 其核心部分包含: | ||
行 328: | 行 330: | ||
<code>http://localhost:9090/client-web/remote/get.htm?id=9</code> | <code>http://localhost:9090/client-web/remote/get.htm?id=9</code> | ||
得到 | 得到 | ||
- | <code>User [id=9, name=林琼英, password=123qwe, createDate=20150618, createTime=000000]</code> | + | <code>User [id=9, name=lqy, password=123qwe, createDate=20150618, createTime=000000]</code> |
可以看到日志client.log | 可以看到日志client.log | ||
<code> | <code> | ||
行 341: | 行 343: | ||
server-web和client-web都部署之后,在zookeeper管理界面zkui上可以看到,consumer和provider的信息 | server-web和client-web都部署之后,在zookeeper管理界面zkui上可以看到,consumer和provider的信息 | ||
{{:分享:技术:dubbo:1.jpeg?800|}} | {{:分享:技术:dubbo:1.jpeg?800|}} | ||
+ | ===== dubbo-admin ===== | ||
+ | server-web和client-web都部署之后,在zookeeper管理界面dubbo-admin上可以看到,consumer和provider的信息 | ||
+ | {{:分享:技术:dubbo:3.jpeg?800|}} | ||
+ | |||
+ | {{:分享:技术:dubbo:4.jpeg?800|}} | ||
===== 附源码 ===== | ===== 附源码 ===== | ||
{{:分享:技术:dubbo:server.zip|}} | {{:分享:技术:dubbo:server.zip|}} |