[flexcoders] Re: passing parameters to coldfusion

2011-09-14 Thread happy dog owner
The Adobe Flex in a Week Day 2 covers web services (although not sure if they 
are CF specificbut good training on the Flex side of things at least). 

One caveat with this as well is be sure to update your services-config.xml file 
so that ColdFusion arrays are serialized to ArrayCollections. 

serialize-array-to-arraycollectiontrue/serialize-array-to-arraycollection


http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS5B9C73A8-5FA2-4a54-B0C6-CECA2E20052D.html


--- Mary Jo



--- In flexcoders@yahoogroups.com, Brendan Meutzner bmeutzner@... wrote:

 You need to look at using a RemoteObject, HTTPService, or WebService
 component in Flex.
 
 There are plenty examples of using CF with Flex... here's a tutorial to get
 started:
 
 http://www.adobe.com/devnet/flex/articles/fcf_getting_started_coldfusion_flex.html
 
 
 
 
 On Tue, Sep 13, 2011 at 8:12 AM, lincoln lincoln.a@... wrote:
 
  **
 
 
  Hi ,
  I want to parameters to cfm file from flex.. the parameters contains arrays
  and objects ... please help me how to do this
 
   
 





[flexcoders] Util, Helper, Worker, etc Classes

2011-09-14 Thread Nick Middleweek
Hello,

Does anyone know of a good list of Class types, their naming and usage
conventions?

I'm trying to find the difference between say a Worker or Helper Class, when
to use each and what other standards there are?


Cheers,
Nick