阿里巴巴Dubbo分布式服务框架已开源
- tangfl - ITeye论坛最新精华讨论帖Serving services with invocations everyday, Dubbo becomes the key part of Alibaba's SOA solution and has been deployed to the whole alibaba.com family:.
<bean id="xxxService" class="com.xxx.XxxServiceImpl" /> <dubbo:service interface="com.xxx.XxxService" ref="xxxService" />
<dubbo:reference id="xxxService" interface="com.xxx.XxxService" /> <bean id="xxxAction" class="com.xxx.XxxAction"> <property name="xxxService" ref="xxxService" /> </bean>