Category archives for Development

Flex Quick Tips: More Advanced Responders

I just came across a Flex framework class I was previously unaware of.  It’s the AsyncResponder class and has a nifty extra parameter in addition to the ‘result’ and ‘fault’ parameters of the normal Responder class.  The third parameter allows you to pass-through data in the form of a token object.  This could definitely come in [...]

Ant scripts for Robotlegs and Signals projects

I’ve put together a set of Ant scripts build targets to create the boilerplate code for a Robotlegs/Signals project.  You can either clone the code using Git at git clone https://bitbucket.org/nathan.hinish/flex-rl-generator It can create a basic project structure with or without the Flash Builder specific files like .flexProperties and .actionscriptProperties. The project creation targets will set [...]