-
Notifications
You must be signed in to change notification settings - Fork 0
Home
seanhess edited this page Sep 13, 2010
·
40 revisions
Welcome to Bifff, the Behavior Injection Framework for Flex
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.