<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:flex="http://www.springframework.org/schema/flex"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/flex
http://www.springframework.org/schema/flex/spring-flex-1.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd
">
<context:component-scan base-package="org.springbyexample.web.service" />
<flex:message-broker />
<flex:remoting-destination ref="rankingDao" />
<flex:remoting-destination ref="rankingService" />
<flex:remoting-destination ref="rechargeDao" />
<flex:remoting-destination ref="rmiFunCardService" />
<flex:remoting-destination ref="btwService" />
</beans>
Spring Flex 整合 配置
最新推荐文章于 2025-05-09 08:00:00 发布
本文介绍了一个使用Spring框架进行配置的示例,重点展示了如何通过XML文件定义不同的组件扫描及Flex消息代理设置。该配置涉及多个远程目的地服务的定义,如rankingDao、rankingService等。
1112

被折叠的 条评论
为什么被折叠?



