-
1. Re: Flash Builder + CFB + CF9 + CFC Generator
Ratsnackbar Sep 12, 2009 12:40 AM (in response to sir_teddy)The destination is simply going to be where you would like it to place the files it will create for you.
You would want to check "Generate Service" if you would like a service facade created.
The Service name will be the name of your Service but note that you do not want to actually use the word service in the name as it will add it itself.
I would also suggest checking "ColdFusion 8 Compatible" for now.
So for example lets say I have a database table called "person".
And I use the service name of Person and check the option to generate the service.
I would get the following four files created in the folder I specified in destination.
person.cfc
personDAO.cfc
personGateway.cfc
PersonService.cfc
Personally I like the older Flex 3 generator better. I also think it's generated code is much cleaner and easier to work with as it is passing pure objects around rather then values. But everyone has their preferences and I suppose the code as it is makes it easier for those not using Flex to work with.
-Joe
-
2. Re: Flash Builder + CFB + CF9 + CFC Generator
sir_teddy Sep 21, 2009 7:41 AM (in response to Ratsnackbar)Thanks for the reply! It was acctually and issue configuring cold fusion with IIS. I assumed that since it was configured with iis that all of the CFCs would be placed under intepub/wwwroot/ using the '/' default mapping, but as it come out the default location was under coldfusion9/wwwroot.
-
3. Re: Flash Builder + CFB + CF9 + CFC Generator
Gene Godsey Oct 27, 2010 8:52 AM (in response to sir_teddy)I am having the same issue.
I am using Virtual box as my server development ,location on my laptop and cannot find the server location to install the cfc generator location for my cfc.
What a pain.
-
4. Re: Flash Builder + CFB + CF9 + CFC Generator
nikos101 Feb 7, 2011 3:35 AM (in response to Gene Godsey)If you move your cfc what files do you need to update in FB 4. I think it may be the fml file?
I don't want to have to go through the wizards again in the data sevices window.

