Read a thread today, found out a reference about how to fix issue of debugging crash in FireFox 3.6. This problem has been there for while, I haven't think about this is a updating issue.
Fix is simple:
Enter "about:config" in address bar;
Find preference of "dom.ipc.plugins.timeoutSecs" and change the value you want. "-1" value will turn it off and is best option for me without timeout.
The reference is here:
Fix FireFox Plugin Container Crash When Debugging Flash
Thursday, January 27, 2011
Tuesday, January 25, 2011
Monday, January 24, 2011
Cairngorm 3 and Parsley in Flex
Past a couple of years, I involved a few projects using Flex tech. we had some problems in my team when developing enterprise project. One is the code maintenance. As the project grows, AS commands, servce controls and UI mxml always involved together and hard to decouple. The other is unit test. The Flex is a very powerful event driven framework. However, when I wrote the unit test for a particular part of code, it because very hard to handle when the data is ready cause I don't know when the event will be triggered to generate the data required for unit tests if testing part involving UI operations.
Starting this year, we introduce Cairngorm 3 framework guideline and Parsley injection framework library. These techs hopefully help us to address the issue. MVC is a long existing framework, which decouple commands, views and controls. The idea of Cairngorm guideline is a implementation of decoupling in Flex. The Parsley lib is a popular IoC framework lib to use.
The resources I found are very useful:
Starting this year, we introduce Cairngorm 3 framework guideline and Parsley injection framework library. These techs hopefully help us to address the issue. MVC is a long existing framework, which decouple commands, views and controls. The idea of Cairngorm guideline is a implementation of decoupling in Flex. The Parsley lib is a popular IoC framework lib to use.
The resources I found are very useful:
- Adobe Cairngorm Home
The first place you should go. - Parsley lib Home
Where you can find the guide to using Parsley and it's API. - Arturo Alvarado's Quick Dive into Parsley
A very good step-by-step guide to know about Parsley.
Subscribe to:
Posts (Atom)