Currently Browsing: Talks

Flex Behavior Injection (like jQuery)

This approach to component development and architectures will change your perspective on Flex software development! Consider the myriad situations when you want to add sophisticated functionality like zoom, drag-n-drop, swapping, MDI window minimizing, etc. Instead of designing subclasses or building complex compositions of nested components, developers can create distinct behavior components. These behavior components are then dynamically attached to target components and inject functionality. I must admit that this software concept is not new. Consider the very popular JQuery UI Interactions....
read more