Hi, I am new to Flex and Coldfusion. I am working hard to learn it asap. I am basically making a Game which needs to use
Flex calling a CFC that returns data of various types. Subscribing to a real-time message feed using a Flex mx:Consumer. Publishing real-time messages from Flex using mx:Producer. Publishing real-time messages from ColdFusion using an Event Gateway (DataServicesMessaging) and receiving them in Flex. Now I have checked and know that ColdFusion 9 comes with or say manually install LCDS 2.6.1. But I don't know how to do this. This forum is very active and hoping that someone will help me. The thing that I don't understand is The following instructions use the term lcds_install_root to refer to the installated home directory for LiveCycle Data Services ES 2.6.1. "lcds_install_root" term is used in the below manual to install LCDS but I don't understand the meaning of it. LiveCycle Data Services ES 2.6.1 is basically a zip file which has one folder and some files and no installation file. Is he talking about LiveCycle ES2 server installation which has /resources/lib/flex-messaging*.jar folder to work with? . Do we need to install Server inorder to work with Coldfusion 9 LCDS? . Someone please explain to me what should I do because I have searched alot but couldn't find anything. One more question, Coldfusion 9 LCDS 2.6.1 is free to use with coldfusion right? . We don't have to pay for that. Are there any restrictions on the use? ******************************************************************** INSTRUCTIONS FOR MANUAL INTEGRATION OF LCDS 2.6.1 WITH COLDFUSION 9 ******************************************************************** To be able to use LiveCycle Data Services ES 2.6.1 with ColdFusion 9, you need to manually integrate it with ColdFusion installation. Note: The following instructions use the term lcds_install_root to refer to the installated home directory for LiveCycle Data Services ES 2.6.1. 1) Shutdown your ColdFusion 9 server if its running. 2) Copy the ColdFusion9/lib/flex-messaging*.jar files to a backup location. If you are running a multiserver instance or a J2EE installation, these files are in the WEB-INF/cfusion/lib directory. 3) Copy the lcds_install_root/resources/lib/flex-messaging*.jar files and overwrite them into the ColdFusion /lib directory. 4) Copy "LCDS2.6.1_for_CF9/WEB-INF/flex/jars/cfdataservicesadapter.jar" to ColdFusion WEB-INF/flex/jars. 5) Also Copy the following SWC libraries from lcds_install_root/resources/frameworks to the CF9 directory: ï /libs/fds.swc file to the /WEB-INF/flex/libs directory ï /libs/player/playerfds.swc file to the /WEB-INF/flex/libs/player/ directory ï /locale/en_US/fds_rb.swc file over the /WEB-INF/flex/locale/en_US/ directory -- View this message in context: http://old.nabble.com/Flex-3-%2B-Colfusion-%2B-LCDS-2.6.1-manual-installation-tp27688061p27688061.html Sent from the FlexCoders mailing list archive at Nabble.com.

