首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

hessian 配备

2012-09-09 
hessian 配置bean idlogPersonHessian reflogPerson/propertyproperty nameserviceInterface

hessian 配置
<bean id="logPersonHessian" ref="logPerson"></property>
<property name="serviceInterface"  value="prac.hessian.ILogPerson"></property>
</bean>

<bean id="urlMapping"
   class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
   <property name="mappings">
    <props>
     <prop key="/logPersonHessian">logPersonHessian</prop>
    </props>
   </property>
</bean>

热点排行