如何在Flex项目中手动配置BlazeDS的教程

By Minidxer | December 13, 2008

看过前面 Flex中利用LiveCycle Data Services ES或者BlazeDS解决跨域问题(cross-domain)的朋友,对BlazeDS应该有一定的了解吧。BlazeDS是一个基于服务器的 Java 远程控制 (remoting) 和 Web 消息传递 (messaging) 技术,它能够使得后端的 Java 应用程序和运行在浏览器上的 Adobe Flex 应用程序相互通信。下面的教程逐步说明了如何在Flex项目中手动配置BlazeDS,需要的可以看看:



步骤其实很简单,分下面几步:
1. In Flex Builder right click on your project and select “properties”
2. Properties dialog for your project will be displayed
3. Select “Flex Compiler” from left hand side menu
4. On the right hand side, you will find text input labeled “Additional compiler arguments”
5. Append this to the additional compiler arguments -services “ \services-config.xml”
6. Select “OK” button
更加具体的说明请看这里:
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=12209

Topics: Adobe其他 | No Comments » | Tags: , ,

Search Posts