dubbo 中consumer和provider的分离
我现在把consumer和provider写在一个工程里,用起来是OK的。但是我觉得dubbo是为了将这两者分开的吧?当我拆成两个工程时,consumer一方由于只注册了…
dubbo annotion
@dubbo 你好,想跟你请教个问题: 我使用了<dubbo:annotation>做包扫描 ,但在启动的时候 ,报了 can not bind to 0.0.0.0:20880的错误,求帮忙,谢…
ClassPathXmlApplicationContext 加载不到dubbo.xml
maven项目在test包里执行main方法: 代码如下 ApplicationContext context = new ClassPathXmlApplicationContext("dubbo.xml") 异常如下: /usr/loc…
enpowers 是什么意思?
Dubbo is a distributed service framework enpowers applications with service import/export capability with high performance RPC. …
Dubbo Client端启动的时候,强制依赖于Server端吗?
@shudu 你好,想跟你请教个问题: Dubbo  Client端启动的时候,强制依赖于Server端启动吗?怎么配置才能不依赖于Server端呢? …
多应用系统底层公共部分如何提取出来?如何做到最大复用?采用什么技术?
公司内部有很多基于mvc[ssh]这样的应用系统,随着应用越来越多,发现底层很多东西,都是可复用的,如客户管理,在线支付模块.现在想把底层公用的部分抽取出…