论坛首页 Java企业应用论坛

阿里巴巴Dubbo分布式服务框架已开源

浏览 265398 次
该帖已经被评为精华帖
作者 正文
   发表时间:2011-10-21   最后修改:2012-02-14
Dubbo Overview:

Serving 1,000+ services with 1,000,000,000+ invocations everyday, Dubbo becomes the key part of Alibaba's SOA solution and has been deployed to the whole alibaba.com family:



So, What is Dubbo?

Dubbo [ ] is a service framework enpowers applications with service import/export capability with high performance RPC.
It's composed of three kernel parts:
  • Remoting: a network communication framework provides sync-over-async and request-response messaging.
  • RPC: a remote procedure call abstraction with load-balancing/failover/clustering capabilities.
  • Registry: a service directory framework for service registration and service event publish/subscription

Dubbo can:
  • Integrate different types of RPC solutions(RMI/Hessian...) with unified behavior by the abstraction layer of RPC
  • Support out-of-box, plug-able load balancing and fault tolerance strategies.
  • Achieve graceful service upgrade/downgrade with service registry.

Dubbo Home:
http://code.alibabatech.com/wiki/display/dubbo/Home
http://weibo.com/dubbo

Dubbo Download:
http://code.alibabatech.com/wiki/display/dubbo/Download

Dubbo Example:
1. Export a remote service:
<bean id="xxxService" class="com.xxx.XxxServiceImpl" /> 
<dubbo:service interface="com.xxx.XxxService" ref="xxxService" />

2. Reference a remote service:
<dubbo:reference id="xxxService" interface="com.xxx.XxxService" />
<bean id="xxxAction" class="com.xxx.XxxAction">
    <property name="xxxService" ref="xxxService" />
</bean>

Dubbo Performance:
http://code.alibabatech.com/wiki/display/dubbo/Performance+Test+Report



Dubbo Architecture:
http://code.alibabatech.com/wiki/display/dubbo/User+Guide


Dubbo Framework:
http://code.alibabatech.com/wiki/display/dubbo/Developer+Guide

  • 大小: 4.7 KB
  • 大小: 4.2 KB
  • 大小: 7 KB
  • 大小: 5.5 KB
  • 大小: 6.6 KB
  • 大小: 2.3 KB
  • 大小: 820 Bytes
  • 大小: 160.1 KB
  • 大小: 44.2 KB
  • 大小: 48.4 KB
  • 大小: 44.6 KB
   发表时间:2011-10-21  
相对于阿里前段时间开源的几个产品,Dubbo算是比较大的框架类产品,在阿里内部实施面较广,可靠性较高,基本可以放心使用。
0 请登录后投票
   发表时间:2011-10-21  
和淘宝(taobao)HSF框架有什么区别?
0 请登录后投票
   发表时间:2011-10-21  
yanwt 写道
和淘宝(taobao)HSF框架有什么区别?



同问
0 请登录后投票
   发表时间:2011-10-21   最后修改:2011-10-21
yanwt 写道
和淘宝(taobao)HSF框架有什么区别?

同类产品,一个用在taobao.com,一个用在alibaba.com,都是阿里系的。
0 请登录后投票
   发表时间:2011-10-21  
但是来个问题dubbo的rpc服务如何让其它语言如:php,ruby,python等语言调用,支持多语言客户端?
0 请登录后投票
   发表时间:2011-10-21  
与hessian的对比 ?
0 请登录后投票
   发表时间:2011-10-21  
这个东西开源对我们程序员有什么意义?
0 请登录后投票
   发表时间:2011-10-21   最后修改:2011-10-21
没得说,精华一枚。














__________________________________
入门书
黄金档
java nio 选择器
0 请登录后投票
   发表时间:2011-10-21  
开源才是王道~
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics