您的位置:首页 > 其它

Flex开发包(0)——框架介绍

2011-01-13 11:44 316 查看

中小项目框架

swiz

相当于flex下的spring框架,提供了ioc功能。但时间比较晚,我觉得应该还没有spring其他强大的功能

特性:
■Inversion of Control / Dependency Injection 反转控制/依赖注入

■Event handing and mediation 事件处理和调配

■A simple life cycle for asynchronous remote methods 提供异步远程方法的一个简单生命周期

■A framework that is decoupled from your application code In contrast to other major frameworks for Flex, Swiz: 相比其它大部分Flex框架减少了你的应用代码,例如:

■Imposes no JEE patterns on your code 推行与JEE分离的编码方式。

■No repetitive folder layouts 没有重复啰嗦的目录层次

■No boilerplate code on your development 开发过程中杜绝公式化的代码

■Does not require you to extend framework-specific classes 不需要你继承扩展框架的指定类。

spring actionscript

spring出品,必属精品
http://www.springactionscript.org/

mate

以事件为中心,主要处理事件的监听,可以考虑使用

参考资料
http://mate.asfusion.com/page/documentation
支持的特性:
1. EventMap 使用一个mxml完成事件的监听

2. 对于事件的处理可以有: 1)函数调用 2)重新dispatch事件,3)调用远端对象 4)数据拷贝等

3. flex 中message的监听

Riawave

是flex开发的最佳实践,适合代码的学习

Riawave框架介绍: http://developer.51cto.com/art/201008/216935.htm

参考网址

框架选择指南:
http://wiki.9ria.com/index.php/%E9%80%89%E6%8B%A9%E4%B8%80%E4%B8%AAFlex%E6%A1%86%E6%9E%B6
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: