This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Welcome to Bifff, the Behavior Injection Framework for Flex
Links
What is Behavior Injection?
Basically the idea is to have a class apply functionality to another class. In the most common case, you have a view component, like a button or a container, and you have another class that accepts the view as its target. The behavior can manipulate the component by applying styles or changing public properties, and can also listen to events and interact with the rest of the application.
Although it doesn’t use the name “Behavior Injection,” this is exactly what the popular jQuery does for javascript. Bifff improves upon jQuery in several areas, however, and takes advantage of Flex and Actionscript’s strengths.
- jQuery for Flex – Behavior Injection Framework – Sean Hess
- Flex Behavior Injection – Thomas Burleson






