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

[b]Dubbo Overview:[/b]

[b]Serving [color=#CC3300]1,000+[/color] services with [color=#CC3300]1,000,000,000+[/color] invocations everyday, [color=#CC3300]Dubbo[/color] becomes the key part of Alibaba's SOA solution and has been deployed to the whole alibaba.com family:[/b]

[url="http://alibaba.com"][img]http://dl.iteye.com/upload/attachment/573926/e780e63d-7fc7-3de2-a482-66e91cca7337.png[/img][/url] [url="http://1688.com"][img]http://dl.iteye.com/upload/attachment/573928/9015e824-4860-3949-b61f-3ce5f7a8e132.png[/img][/url] [url="http://alibaba.com"][img]http://dl.iteye.com/upload/attachment/573933/d02137d0-27cf-310f-bc34-9f27c2734706.png[/img][/url] [url="http://aliexpress.com"][img]http://dl.iteye.com/upload/attachment/573931/be1a5a0d-504e-3267-988d-2d2d5b7991d2.png[/img][/url] [url="http://www.alibado.com"][img]http://dl.iteye.com/upload/attachment/573935/037f4d19-5e81-37a4-a862-dd0f3c044cef.png[/img][/url] [url="http://lp.taobao.com"][img]http://dl.iteye.com/upload/attachment/573937/73b77d89-b09a-35b0-8915-59b0cd785fba.png[/img][/url]

[b]So, What is Dubbo?[/b]

Dubbo [ [img]http://dl.iteye.com/upload/attachment/573940/fa495f20-5176-3714-8e8b-10e7763eaab9.jpg[/img] ] is a service framework enpowers applications with service import/export capability with high performance [url="http://en.wikipedia.org/wiki/Remote_procedure_call"]RPC[/url].
It's composed of three kernel parts:
[list]
[*] [b]Remoting:[/b] a network communication framework provides sync-over-async and request-response messaging.
[*] [b]RPC:[/b] a remote procedure call abstraction with load-balancing/failover/clustering capabilities.
[*] [b]Registry:[/b] a service directory framework for service registration and service event publish/subscription
[/list]
[b]Dubbo can:[/b]
[list]
[*] 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.
[/list]
[b]Dubbo Home:[/b]
[url]http://code.alibabatech.com/wiki/display/dubbo/Home[/url]
[url]http://weibo.com/dubbo[/url]

[b]Dubbo Download:[/b]
[url]http://code.alibabatech.com/wiki/display/dubbo/Download[/url]

[b]Dubbo Example:[/b]
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>

[b]Dubbo Performance:[/b]
[url]http://code.alibabatech.com/wiki/display/dubbo/Performance+Test+Report[/url]
[img]http://dl.iteye.com/upload/attachment/574203/d021a999-6849-33ab-8fe4-589d19dd71bc.png[/img]
[img]http://dl.iteye.com/upload/attachment/574205/af59665c-667f-305e-91d7-351ea555e1bb.png[/img]

[b]Dubbo Architecture:[/b]
[url]http://code.alibabatech.com/wiki/display/dubbo/User+Guide[/url]
[img]http://dl.iteye.com/upload/attachment/574207/c7526ee4-d617-3223-bff9-a191c9057767.jpg[/img]

[b]Dubbo Framework:[/b]
[url]http://code.alibabatech.com/wiki/display/dubbo/Developer+Guide[/url]
[img]http://dl.iteye.com/upload/attachment/574201/1aa46414-da54-36d6-94ba-345787d3f3e3.jpg[/img]
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值