-
1. Re: Moving from CF8 and Flex to CF alone
BKBK Oct 29, 2014 2:58 PM (in response to Monique1335)You say little about how you apply Flash or Flex. But, chances are, Coldfusion is at the back-end and Flash/Flex is interacting with it to produce a presentation layer at the front-end. You may therefore replace Flex with any technology that can interact with Coldfusion to produce the front-end. I would recommend powering Coldfusion with jQuery (and its AJAX features).
-
2. Re: Moving from CF8 and Flex to CF alone
Monique1335 Oct 31, 2014 9:09 AM (in response to BKBK)Thank you BK. It is actually like you say. Coldfusion is the back-end and Flash/Flex is interacting with it through remoting. Flex was used to build an application for the timetable and scheduling of operators who are doing tasks from location to location. The Flex app implements cairngom framework and the events interact with CFCs. I am new in Coldfusion and took over the application but I am hoping I have explained clearly. Thanks.
-
3. Re: Moving from CF8 and Flex to CF alone
BKBK Nov 1, 2014 2:27 AM (in response to Monique1335)Then, as I said, you could replace Flex with a Javascript library like jQuery. That would take care of the displays and the interaction with ColdFusion.

