本文介绍了在不同的组件之间共享数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在我的flex应用程序中有各种mxml组件,都需要根据相同的数据显示统计信息。我怎么能这样做?我需要像cairngrom或puremvc这样的mvc框架吗?或者我可以在没有它的情况下做到这一点?
任何设计思路?
i have in my flex application various mxml components that all need to show stats based on the same data. how can i go about doing that? do i need some mvc framework like cairngrom or puremvc for that or can i do it without them?any design ideas?
推荐答案
现在有一个框架部分,指出了各种选项。同时查看我在上查看Flex Screencast中的第一步。
Tour de Flex now has a section on frameworks that points to the various options that are out there. Also check out a video I did on Flex Best Practices. And check out the First Steps in Flex Screencast on Architectural Patterns.
这篇关于在不同的组件之间共享数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!