集成的关键是配置 Flex 目的文件以使其能够让 Spring 容器来管理实例化的 Spring beans
在 WEB-INF/flex/service-config.xml 中添加如下代码:
Xml代码
<factories> <factory id="spring" class="net.sw.util.SpringFactory"/> </factories>
在 WEB-INF/flex/remote-config.xml中添加:
Xml代码
<destination id="AlbumManager"> <properties> <factory>spring</factory> <source>albumManager </source> <scope>application</scope> </properties> </destination> <destination id="PhotoManager"> <properties> <factory>spring</factory> <source>photoManager </source> <scope>application</scope> </properties> </destination>
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索spring
, flex
, application
, 代码
web-inf
spring flex、flex spring 整合、springmvc flex、flex blazeds spring、spring flex jdk1.8,以便于您获取更多的相关知识。
时间: 2024-10-27 20:43:42