阿里巴巴Dubbo分布式服务框架已开源
2021腾讯云限时秒杀,爆款1核2G云服务器298元/3年!(领取2860元代金券),
地址:https://cloud.tencent.com/act/cps/redirect?redirect=1062
2021阿里云最低价产品入口+领取代金券(老用户3折起),
入口地址:https://www.aliyun.com/minisite/goods
up vote 3 down vote favorite 2 I have an https server running by express, which i test using mocha and supertest. My problem is - if i run only the te
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

http://www.biaodianfu.com/dubbo.html Dubbo是阿里巴巴SOA服务化治理方案的核心框架,每天为2,000+个服务提供3,000,000,000+次访问量支持,并被广泛应用于阿