知识大全 Spring2 提供的remote包学习笔记[2]

Posted

篇首语:入于污泥而不染不受资产阶级糖衣炮弹的侵蚀,是最难能可贵的革命品质。本文由小常识网(cha138.com)小编为大家整理,主要介绍了知识大全 Spring2 提供的remote包学习笔记[2]相关的知识,希望对你有一定的参考价值。

Spring2 提供的remote包学习笔记[2]  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!

  使用Spring 发布 RMI服务示例

  服务器端配置:

<bean id= bookService class= xmatthew spring remote BookService ></bean>

<bean class= springframework remoting rmi RmiServiceExporter >    <! does not necessarily have to be the same name as the bean to be exported >    <property name= serviceName value= bookService />    <property name= service ref= bookService />    <property name= serviceInterface value= xmatthew spring remote IBookService />    <property name= registryPort value= /></bean>

  客户端配置:

<bean class= xmatthew spring remote client BookQueryService >    <property name= bookService ref= bookService /></bean>

<bean id= bookService class= springframework remoting rmi RmiProxyFactoryBean >    <property name= serviceUrl value= rmi://localhost: /bookService />    <property name= serviceInterface value= xmatthew spring remote IBookService /></bean>

  注 Hessian提供一种基于HTTP的二进制远程协议 它是由Caucho创建的 可以在 // caucho 找到更多有关Hessian的信息

  首为使用Hessian 需要为其配置Spring 的 DispatcherServlet把下面的配置加入到web xml中

 <servlet>    <servlet name>remoting</servlet name>    <servlet class> springframework web servlet DispatcherServlet</servlet class>    <load on startup> </load on startup></servlet>

<servlet mapping>    <servlet name>remoting</servlet name>    <url pattern>/remoting/*</url pattern></servlet mapping>

  服务器端配置:

<bean id= bookService class= xmatthew spring remote BookService ></bean>

<bean name= /bookService class= springframework remoting caucho HessianServiceExporter >  <property name= service ref= bookService />  <property name= serviceInterface value= xmatthew spring remote IBookService /></bean>

  客户端配置:

<bean class= xmatthew spring remote client BookQueryService >    <property name= bookService ref= bookService /></bean>

<bean id= bookService class= springframework remoting caucho HessianProxyFactoryBean >    <property name= serviceUrl value= //localhost: /bookService />    <property name= serviceInterface value= xmatthew spring remote IBookService /></bean>

cha138/Article/program/Java/ky/201311/28951

相关参考

知识大全 Spring2 提供的remote包学习笔记[3]

Spring2提供的remote包学习笔记[3]  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 

知识大全 Spring2 提供的remote包学习笔记[1]

Spring2提供的remote包学习笔记[1]  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 

知识大全 MySQL学习笔记-MySQL的安装(2)

MySQL学习笔记-MySQL的安装(2)  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  注意这

知识大全 实战开发C# 索引器学习笔记[2]

实战开发C#索引器学习笔记[2]  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  备注: 

知识大全 学习编程什么笔记本什么配置的比较好

学习编程什么笔记本什么配置的比较好?有哪些牌子型号的性价比较高?。编程的话CPU选好些的,i7以上联想IdeaPad300-15ISK-ISECPU型号Intel酷睿i76500UCPU主频2.5GH

知识大全 利用spring2.5和Reflection简化测试中的mock[2]

利用spring2.5和Reflection简化测试中的mock[2]  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶

知识大全 大学生用哪种牌子的笔记本电脑好。;-)性能怎么样

大学生用哪种牌子的笔记本电脑好。;-)性能怎么样分三种情况,选笔记本是选够用+一定的扩展性能,买性能好也没用1、玩游戏+学习软件2、学习软件+学习资料3、学习资料+看视频、聊扣扣针对三种情况,分析1,

知识大全 C#学习笔记(一)

C#学习笔记(一)  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  finalize方法:终结器 

知识大全 JBoss Envers学习笔记

JBossEnvers学习笔记  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  试用JBossEn

知识大全 Spring Integration学习笔记(一)

SpringIntegration学习笔记(一)  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!