导航

Flex development resource

Posted on 2009-09-18 17:19  KevinXi  阅读(231)  评论(0)    收藏  举报
1. Flex Framework: PureMVC
Mediator:
get a reference of the view component via constructor
add flex event listener to the component
handle interested notifications correspond to the proxy definition
View Component:
declare value objects and binding to the controls using mxml
add event handlers to the controls
VO:
declare bindable data structure
Proxy:
keep a reference of the VO, set or get the value of VO
communicate with network to retrieve data and send data
send notifications to update view state after data exchanging Controller:
define macro commands and simple commands, commands will execute when notifications were sent
mediator do not write the VO instance, it will send a notification and the command will execute to invoke the proxy to update the data ApplicationFacade:
register command map and provide function for application initialize

 

2. Some Articles and Resource
http://www.sapphiresteel.com/Download-Amethyst-Adobe-Flex-IDE
Flash Builder 4(Install Flash ax & plug-in w/ debug version)
Flash Catalyst
Flash Develop
Flex Explorers