大家好,我是奶綠茶
這套是近研究的FlashAS3 MVC Framework
真的很好用, 可以把程式碼切的很開,且使用上又比PureMVC順手
在學習前, 你可能需要備具一些觀念, 這樣學起來比較不會那麼吃力
1.了解什麼是interface
2.對MVC有些概念, Model , View , Controller,
3.對物件導向有些了解, private , public , extends等
4.玩過PureMVC者佳
5.受不了程式亂寫, 每次改功能都要改一堆code者
有幾篇文章可以先來續一下
官網:http://www.robotlegs.org/
Best Practices
原文:
http://wiki.github.com/robotlegs/robotlegs-framework/best-practices
簡中翻譯
http://wiki.github.com/eidiot/robotlegs-framework/372299
上面文章作者的Blog
http://joelhooks.com/
insideria.com 上介紹 Robotlegs 的文章(轉貼至http://qops.blogspot.com/2010/08/insideriacom-robotlegs.html)
AS3 Dependency Injection Demystified
Robotlegs for Framework Beginners
An Introduction to Robotlegs AS3 Part 1: Context and Mediators
An Introduction to Robotlegs AS3 Part 2: Models
An Introduction to Robotlegs AS3 Part 3: Services
補充一下:使用Robotlegs, 最好是搭配FlashDevelop或是Flex來發怖AS檔
因為裡面有用到一個Inject Tag, FlashIDE看不懂這東西, 如果真的要用FlashIDE來發怖的話
解法如下:
http://www.helmutgranda.com/2009/12/02/robotlegs-and-flash-ide-cs4-injection/
這套是近研究的FlashAS3 MVC Framework
真的很好用, 可以把程式碼切的很開,且使用上又比PureMVC順手
在學習前, 你可能需要備具一些觀念, 這樣學起來比較不會那麼吃力
1.了解什麼是interface
2.對MVC有些概念, Model , View , Controller,
3.對物件導向有些了解, private , public , extends等
4.玩過PureMVC者佳
5.受不了程式亂寫, 每次改功能都要改一堆code者
有幾篇文章可以先來續一下
官網:http://www.robotlegs.org/
Best Practices
原文:
http://wiki.github.com/robotlegs/robotlegs-framework/best-practices
簡中翻譯
http://wiki.github.com/eidiot/robotlegs-framework/372299
上面文章作者的Blog
http://joelhooks.com/
insideria.com 上介紹 Robotlegs 的文章(轉貼至http://qops.blogspot.com/2010/08/insideriacom-robotlegs.html)
AS3 Dependency Injection Demystified
Robotlegs for Framework Beginners
An Introduction to Robotlegs AS3 Part 1: Context and Mediators
An Introduction to Robotlegs AS3 Part 2: Models
An Introduction to Robotlegs AS3 Part 3: Services
補充一下:使用Robotlegs, 最好是搭配FlashDevelop或是Flex來發怖AS檔
因為裡面有用到一個Inject Tag, FlashIDE看不懂這東西, 如果真的要用FlashIDE來發怖的話
解法如下:
http://www.helmutgranda.com/2009/12/02/robotlegs-and-flash-ide-cs4-injection/
留言