文件名称:rpc
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-06-02
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- w*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
rpc的一个简单例子,client server-A simple example of rpc
(系统自动生成,下载前可以参看下载内容)
下载文件列表
client\src\main\java\com\focustech\abiz\remote\Call.java
rpc\src\main\java\com\focustech\abiz\qixiaobo\handle\IHandle.java
...\...\....\....\...\.........\....\........\......\impl\IHandleImpl.java
...\...\....\....\...\.........\....\........\server\Server.java
client\target\classes\com\focustech\abiz\remote\Call.class
rpc\src\main\webapp\WEB-INF\classes\com\focustech\abiz\qixiaobo\handle\IHandle.class
...\...\....\......\.......\.......\...\.........\....\........\......\impl\IHandleImpl.class
...\...\....\......\.......\.......\...\.........\....\........\server\Server.class
client\pom.xml
rpc\pom.xml
...\src\main\webapp\WEB-INF\resin-web.xml
client\.classpath
rpc\.classpath
...\.settings\org.eclipse.jdt.core.prefs
client\.settings\org.eclipse.jdt.core.prefs
rpc\.settings\org.maven.ide.eclipse.prefs
client\.settings\org.maven.ide.eclipse.prefs
rpc\.project
client\.project
rpc\target\test-classes
...\......\classes
...\target
...\src\test\resources
...\...\....\java
...\...\test
...\...\main\webapp\WEB-INF\tmp
...\...\....\......\.......\classes\com\focustech\abiz\qixiaobo\server
...\...\....\......\.......\.......\...\.........\....\........\handle\impl
...\...\....\......\.......\.......\...\.........\....\........\handle
...\...\....\......\.......\.......\...\.........\....\qixiaobo
...\...\....\......\.......\.......\...\.........\abiz
...\...\....\......\.......\.......\...\focustech
...\...\....\......\.......\.......\com
...\...\....\......\.......\classes
...\...\....\......\WEB-INF
...\...\....\webapp
...\...\....\resources
...\...\....\java\com\focustech\abiz\qixiaobo\server
...\...\....\....\...\.........\....\........\handle\impl
...\...\....\....\...\.........\....\........\handle
...\...\....\....\...\.........\....\qixiaobo
...\...\....\....\...\.........\abiz
...\...\....\....\...\focustech
...\...\....\....\com
...\...\....\java
...\...\main
...\src
...\.settings
rpc
client\target\test-classes
......\......\classes\com\focustech\abiz\remote
......\......\.......\...\.........\abiz
......\......\.......\...\focustech
......\......\.......\com
......\......\classes
......\target
......\src\test\resources
......\...\....\java
......\...\test
......\...\main\resources
......\...\....\java\com\focustech\abiz\remote
......\...\....\....\...\.........\abiz
......\...\....\....\...\focustech
......\...\....\....\com
......\...\....\java
......\...\main
......\src
......\.settings
client