欢迎来到天天文库
浏览记录
ID:15449171
大小:537.50 KB
页数:13页
时间:2018-08-03
《flex与struts2整合》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、Flex与struts2整合1、首先我们建立一个web项目:项目名为:flexStruts2:2、向项目中加入struts2 jar包,如下:3、修改web.xml文件,加入struts2配置:2、ation="http://java.sun.com/xml/ns/j2eehttp://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">struts-cleanuporg.apache.struts2.dispatcher.ActionContextCleanUpstruts3、-name>org.apache.struts2.dispatcher.FilterDispatcherstruts*.jspstruts*.action<4、/url-pattern>index.jsp4、加入flex jar包:5、在项目WEB—INF目录下建文件夹“flex”,并加入:messaging-config.xml、proxy-config.xml、remoting-config.xml、services-config.xml,如:4、再次修改web.xml:5、lversion="1.0"encoding="UTF-8"?>6、>contextConfigLocation/WEB-INF/classes/applicationContext.xmlBlazeDSBlazeDSApplicationflex.messaging.HttpFlexSessionMessageBrokerServletflex.messaging.MessageBrokerServlet8、m-name>services.configuration.file/WEB-INF/flex/services-config.xml1
2、ation="http://java.sun.com/xml/ns/j2eehttp://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">struts-cleanuporg.apache.struts2.dispatcher.ActionContextCleanUpstruts
3、-name>org.apache.struts2.dispatcher.FilterDispatcherstruts*.jspstruts*.action<
4、/url-pattern>index.jsp4、加入flex jar包:5、在项目WEB—INF目录下建文件夹“flex”,并加入:messaging-config.xml、proxy-config.xml、remoting-config.xml、services-config.xml,如:4、再次修改web.xml:
5、lversion="1.0"encoding="UTF-8"?>6、>contextConfigLocation/WEB-INF/classes/applicationContext.xmlBlazeDSBlazeDSApplicationflex.messaging.HttpFlexSessionMessageBrokerServletflex.messaging.MessageBrokerServlet8、m-name>services.configuration.file/WEB-INF/flex/services-config.xml1
6、>contextConfigLocation/WEB-INF/classes/applicationContext.xml
8、m-name>services.configuration.file/WEB-INF/flex/services-config.xml
此文档下载收益归作者所有