Friday, October 10, 2008    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Feb 2006 >>
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28        

Search

Categories
 • Acrobat (2) [RSS]
 • Adobe (68) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (25) [RSS]
 • AIR (134) [RSS]
 • Appearances (122) [RSS]
 • Books (69) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1154) [RSS]
 • Data Services (13) [RSS]
 • Fish Tank (2) [RSS]
 • Flash (106) [RSS]
 • Flex (372) [RSS]
 • Home Automation (3) [RSS]
 • Jobs (96) [RSS]
 • JRun (13) [RSS]
 • Labs (27) [RSS]
 • LiveCycle (22) [RSS]
 • MAX (160) [RSS]
 • Regular Expressions (13) [RSS]
 • RIA (11) [RSS]
 • SQL (38) [RSS]
 • Stuff (505) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (137) [RSS]
 • Wireless (99) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Day : February 16, 2006 / Main
February 16, 2006

West Coast Wrap Up

I am in Los Angeles today for customer meetings, and head back home tonight. This week's usergroup presentations went really well, and attendees seemed really excited at the opportunities made possible by Flex 2, and the clean seamless integration between ColdFusion on the server and Flex generated Flash on the client.

The only real gotcha occurred last night, when Flex Builder 2 (which had been working for me perfectly all week) started throwing JVM errors on startup. Normally I'd have repeated the steps, capturing error logs in the process, and sent them to the engineers to look at - after all, that is what beta is for. But with attendees waiting for me to get started - well, after the obvious fixes (-clean, deleting the workspace, removing most recent plug-ins) didn't work I uninstalled Flex Builder, cleaned up the folders, and performed a clean install. That did the trick, and the presentation started only 20 minutes late. To those of you sitting there patiently, thanks.

One question that came up repeatedly (in various forms) was "are Flex Enterprise Services needed for Flex apps to communicate with ColdFusion?". And despite explaining this repeatedly, there still seems to be some confusion about this one. So ... the answer is no. You can use <:mx:RemoteObject> and <mx:WebService> to invoke CFC methods in a Flex app built using Flex Builder, and you can deploy the generated SWFs which will be able to communicate with ColdFusion, without needing anything else installed on the server. Of course, you may still want to use Flex Enterprise Services as doing so exposes important additional functionality, but even without FES, Flex 2 can communicate with ColdFusion backends.


ColdFusion And 64-bit SQL Server 2005

It just works, that's about all there is to say. This week I configured an internal server running Windows 2003 64-bit (on an AMD 64-bit box) and SQL Server 2005 64-bit, and ColdFusion MX 7 (I previously mentioned the IIS 6 tweak needed to make this work ). And it all just works using the default ColdFusion SQL Server driver.

  © Copyright 1997-2008 Ben Forta, All Rights Reserved