文件名称:Spring 实现远程访问详解——httpinvoker
文件大小:58KB
文件格式:ZIP
更新时间:2019-05-10 07:59:41
spring httpinvoker Exporter ProxyFactory 远程访问
上文我们利用Spring rmi实现了Spring的远程访问(Spring 实现远程访问详解——rmi),本文主要讲解利用HttpInvoke实现远程访问。 Spring httpInvoker使用标准java序列化机制,通过Http暴露业务服务。如果你的参数和返回值是比较复杂的,通过httpInvoker有巨大的优势。 1. 远程访问流程 1) 服务端定义服务接口 2) 服务端实现服务接口 3) 暴露服务对象 4) 客户端定义暴露的服务端接口 5) 客户端配置服务参数 6) 客户端调用服务接口
【文件预览】:
spring_remote_server
----.project(2KB)
----.externalToolBuilders()
--------org.eclipse.wst.jsdt.core.javascriptValidator.launch(548B)
----src()
--------test()
--------main()
----target()
--------m2e-wtp()
--------classes()
--------test-classes()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(252B)
--------org.eclipse.m2e.core.prefs(90B)
--------org.eclipse.jdt.core.prefs(736B)
--------org.eclipse.wst.validation.prefs(50B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.core.resources.prefs(155B)
--------org.eclipse.wst.common.component(685B)
--------.jsdtscope(508B)
----pom.xml(9KB)
----.classpath(1KB)
spring_remote_client
----.project(2KB)
----.externalToolBuilders()
--------org.eclipse.wst.jsdt.core.javascriptValidator.launch(548B)
----src()
--------test()
--------main()
----target()
--------m2e-wtp()
--------classes()
--------test-classes()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(252B)
--------org.eclipse.m2e.core.prefs(90B)
--------org.eclipse.jdt.core.prefs(736B)
--------org.eclipse.wst.validation.prefs(50B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.core.resources.prefs(155B)
--------org.eclipse.wst.common.component(685B)
--------.jsdtscope(508B)
----pom.xml(10KB)
----.classpath(1KB)