随笔分类 - dubbo
Documentation
摘要:Dependencies Necessary dependencies 必要的依赖 JDK 1.6+ 1 Default dependencies 默认依赖 use mvn dependency:tree > dep.log command to analysis,Dubbo default dep
阅读全文
摘要:The most common way to use Dubbo is to run it in Spring framework. The following content will guide you to develop a Dubbo application with Spring fra
阅读全文
摘要:Spring configuration of local service local.xml: <bean id=“xxxService” class=“com.xxx.XxxServiceImpl” /> <bean id=“xxxAction” class=“com.xxx.XxxAction
阅读全文
摘要:SPECIFICATION OF NODE'S ROLE(节点定义) NodeRole Spec Provider The provider exposes remote services 提供者暴露远端服务 Consumer The consumer calls the remote servic
阅读全文
摘要:Before the advent of large-scale services, an application might just exposes or references remote service by using RMI or Hessian, the call is done by
阅读全文
摘要:With the fast development of Internet, the scale of web applications expands unceasingly, and finally we find that the traditional vertical architectu
阅读全文