BlazeDS Consumer Selector Gotcha
When working with Flex messaging, a Consumer component can filter the messages it receives using a selector. The selector uses SQL 92 syntax to filter against message headers, so if my messages...
View ArticleCFEventGatewayAdapter and Selectors
Lately I've been doing a lot of work with Flex messaging using ColdFusion and BlazeDS. Recently I was trying to get message filtering working using the Flex Consumer component's selector property....
View ArticleColdFusion 9: Flex Improvements
With the release of the ColdFusion 9 beta I thought I'd share a few of the Flex integration improvements I've been checking out this week. First, ColdFusion 9 now uses Blaze DS to power Flex remoting...
View ArticleColdFusion 9: onCFCRequest and Flash Remoting
ColdFusion 9 introduced the new onCFCRequestmethod. Unfortunately, this new method breaks Flash Remoting requests. To get around this issue you can resort to a modified version of the old onRequest...
View Article