简体   繁体   中英

best MVC framework for Adobe Flex

我需要在Adobe flex中开发一个网络会议应用程序,实际上对我可以使用的MVC框架感到困惑我做了一些研究并找到了两个主要竞争者1-机器人腿2- Cairngorm任何人都可以告诉哪一个使用其中一个两个还是其他?

Cairngorm has been around the longest, and it probably has the most developers , Adobe's latest move on Cairngorm is largely building libraries instead of extending the framework. I have heard some architectures complain that Cairngorm uses singleton Model, and a better practice should be utilizing IoC (Inversion of Control) and DI (Dependency-Injection). If any of these make sense to you, go for Robot Legs or Parsley. The latter two are newer and more modern. But be prepared that learning curve for Robot Legs and Parsley could be steeper for some.

If not, Cairngorm is not bad, the architecture itself is very light and small, and there are numerous books and discussions you can mine through. After all, "best" is a subjective word here. It is more about getting your work done in a timely manner.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM