I am tired of writing cfdump or cflog statements to debug my CF code. CF 8 has come to rescue with the IDE debugger. I have installed the plugin on FB3 and love it.
This article on devnet will help you to setup the debugger for Eclipse.
I am tired of writing cfdump or cflog statements to debug my CF code. CF 8 has come to rescue with the IDE debugger. I have installed the plugin on FB3 and love it.
This article on devnet will help you to setup the debugger for Eclipse.
www.adobe.com trial downloads has been updated for the following products
1. ColdFusion 8
2. FrameMaker 8
Prathibha from our team has scored 100% in ColdFusion 7 developer certification exam. This is amazing, 100% in all the sections of the certification paper, rocking!!!
We were using FDS (Flex Data Service) with CF 7.0.2 as two separate servers deployed on JRun for creating our RIAs.
With this architecture FDS and CF use to communicate using RMI.
Now with the next version of CF 8, LCDS (Live Cycle Data Service) is provided as part of the CF server. With the new installation, CF server is compiling our Flex applications and CF <=> Flex communicate directly to exchange information. This should boost the performance of my RIA.