Flex 的 Parseley 框架
我最近遇到了一个名为“Parsley”的 as3 框架。我还没有听说过这个框架。谁能给我一个关于这个框架的快速概述。我之前曾使用过 Cairgorm 和 as3 的 Mate 框架。还有与Mate框架的比较。
I recently came across a framework for as3 called "Parsley". I haven't heard about this framework yet. Can anyone give me a quick overview about this framework. I have worked with Cairgorm and the Mate framework for as3 before. Also a comparison with Mate framework.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Parsley 是一种类似于 Cairngorm 的微架构。它的优势在于依赖注入/控制反转 (DI/IoC) 和解耦消息传递。与 Cairngorm 的旧实现相比,它明显更加轻量级且不引人注目。事实上,它非常流行,就像Robot Legs一样。
事实上,从 Cairngorm v3 开始,Cairngorm 被重写为 Parsley 的扩展。
Parsley is a micro-architecture much like Cairngorm. It's strengths are in dependency injection/inversion of control (DI/IoC) and decoupled messaging. It is significantly more lightweight and unobtrusive than older implementations of Cairngorm. It is quite popular, actually, much like Robot Legs.
In fact, as of Cairngorm v3, Cairngorm it was re-written to be an extension of Parsley.