• 大小: 56.35MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2022-11-08
  • 语言: 其他
  • 标签: dubbo  

资源简介

在eclipse中完成dubbo的provider和customer的配置及实现,代码一看即懂,非常适合初学者,且内附说明,帮助大家节省学习时间...

资源截图

代码片段和文件信息

package com.customer;

import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathxmlApplicationContext;

import com.provider.DemoService;

public class CustomerTest {
  public static void main(String[] args) {
    ApplicationContext context=new ClassPathxmlApplicationContext(“classpath:dubbo-consumer.xml“);
        DemoService service= (DemoService) context.getBean(“demoService“);
        System.out.println( service.sayHello());
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1022  2017-12-07 20:42  dubbo\customer\build\classes\com\customer\CustomerTest.class

     文件        158  2017-12-07 20:41  dubbo\customer\build\classes\com\provider\DemoService.class

     文件        711  2017-12-07 20:43  dubbo\customer\build\classes\dubbo-consumer.xml

     文件        711  2017-12-07 20:43  dubbo\customer\config\dubbo-consumer.xml

     文件        505  2017-12-07 20:42  dubbo\customer\src\com\customer\CustomerTest.java

     文件         84  2017-12-07 17:14  dubbo\customer\src\com\provider\DemoService.java

     文件        378  2017-12-04 16:22  dubbo\customer\WebContent\index.jsp

     文件         39  2017-12-04 16:23  dubbo\customer\WebContent\meta-INF\MANIFEST.MF

     文件     173587  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\commons-io-2.2.jar

     文件     279193  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\commons-lang-2.5.jar

     文件      60686  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\commons-logging-1.1.1.jar

     文件    1362058  2017-12-07 20:01  dubbo\customer\WebContent\WEB-INF\lib\dubbo-2.5.3.jar

     文件     633312  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\javassist-3.12.0.GA.jar

     文件     489884  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\log4j-1.2.17.jar

     文件    1202373  2017-12-04 16:22  dubbo\customer\WebContent\WEB-INF\lib\netty-3.6.3.Final.jar

     文件      23445  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\slf4j-api-1.5.8.jar

     文件       8620  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\slf4j-log4j12.jar

     文件     352813  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-aop-4.0.6.RELEASE.jar

     文件      52370  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-aspects-4.0.6.RELEASE.jar

     文件     670225  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-beans-4.0.6.RELEASE.jar

     文件     977762  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-context-4.0.6.RELEASE.jar

     文件     135421  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-context-support-4.0.6.RELEASE.jar

     文件     976992  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-core-4.0.6.RELEASE.jar

     文件     205365  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-expression-4.0.6.RELEASE.jar

     文件       7244  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-instrument-4.0.6.RELEASE.jar

     文件     424600  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-jdbc-4.0.6.RELEASE.jar

     文件     367498  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-orm-4.0.6.RELEASE.jar

     文件     248343  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-tx-4.0.6.RELEASE.jar

     文件     668637  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-web-4.0.4.RELEASE.jar

     文件     662596  2017-12-04 16:23  dubbo\customer\WebContent\WEB-INF\lib\spring-webmvc-4.0.6.RELEASE.jar

............此处省略79个文件信息

评论

共有 条评论