你的位置:首页 > 软件开发 > Java > Spring RMI Example

Spring RMI Example

发布时间:2016-05-17 20:00:15
一: 提供服务的远程一端1-1. applicationContext.<? ="http://www.w3.org/2001/ xsi:schemaLocation=" http://www.springframework.org/schema ...

一: 提供服务的远程一端

1-1. applicationContext.

<?  ="http://www.w3.org/2001/  xsi:schemaLocation="   http://www.springframework.org/schema/beans    http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">  <bean id="userRmiServiceImpl" class="com.goodfan.rmi.service.impl.UserRmiServiceImpl" />  <bean id="userRmi" class="org.springframework.remoting.rmi.RmiServiceExporter">    <property name="service" ref="userRmiServiceImpl" />    <property name="serviceName" value="userRmi" />    <property name="serviceInterface" value="com.goodfan.rmi.service.UserRmiService" />    <property name="registryPort" value="9999" />  </bean></beans> 

原标题:Spring RMI Example

关键词:Spring

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录