组织 Actionscript 项目
我学习不同的编程语言已经超过 4 年了,但我从来没有想过如何组织东西,因为在 php 中它比 flash 更容易。现在我需要制作一个收音机播放器,但我不知道如何组织这些东西,以免迷失自己。请给我建议,我应该在这个项目的主课上上什么课,做什么,不做什么。
先感谢您。
抱歉占用您的空闲时间。
雷蒙兹, 拉脱维亚
I'm learning different programing languages for more than 4 years, but I have never thought about how to organize stuff, because in php its more easier than flash. Now I need to make a radio player, but I dont know how to organize the stuff, to not to lost myself. Please giv me advice what classes should I make and what to do and not to do in main class for this project.
Thank you in advance.
Sorry for taking your spare time.
Raimonds,
Latvia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
多种 MVC 框架可用于确保可靠的架构:
Cairngorm :由 Adobe 支持,您应该将其与 Flex/MXML 一起使用
PureMVC:另一种开源替代方案
其他玩家是瑞士,伴侣< /a>, Parsley
对于像您这样的项目,Robotlegs 是完成这项工作的完美工具。
A wide range of MVC frameworks are available to ensure a solid architecture :
Cairngorm : backed by Adobe, the one you're supposed to use with Flex/MXML
Robotlegs : a lightweight open-source alternative
PureMVC : another open-source alternative
Others players are Swiz, Mate, Parsley
For a project like yours, Robotlegs is the perfect tool for the job.
是否有 (Java) 包组织的最佳实践?
检查已接受的回复。它与 AS3 最佳实践几乎相同。
Are there best practices for (Java) package organisation?
Check the accepted reply. It is pretty much identical to AS3 best practices.