Jan
Member since Aug 10, 2011
- Profile: /members/8753-jan.htm
- Comments: 3
Recent Blog Comments By Jan
-
ColdFusion 10 Beta - Closures And Function Expressions
Posted on Feb 21, 2012 at 2:57 AM
@Ben, It's possible to pass a for example a struct to flex as a typed object if this struct has a key named '__TYPE__' (like myStructObj['__TYPE__'] = 'path.to.component'). Documentation: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=UseFlexDataService_05.html This increased... read more »
-
ColdFusion 10 Beta - Closures And Function Expressions
Posted on Feb 20, 2012 at 11:17 AM
Great examples! I especially like the 'light-weight objects' example since creating component objects can be quite slow in Coldfusion. Is it possible to use these light-weight objects with remote services for flex? Is adding a '__TYPE__' key to var cache enough for flex to know the type of the obje... read more »