Wednesday, February 27, 2008

Cairngorm + Modules

There are a few notes to take care:

1) For Singleton Class like DragManager which holds data, it is better to put in ApplicationDomain as RSL.

2) While using Modules, the modulesInfo needs a differnet ID even the class is the same, i.e. new another ModuleInfo even the source is the same.

3) The "Modular" Package is adopted.

For now I didn't get ServiceLocator to work as I want. Will think of adopting the Prana framework anyway. We'll see.

Tuesday, February 19, 2008

Modular Programming

Stopped flex programming for like 2 months, I am return finally.

Well... I stopped the latest development of Flex Project: [Bast] becuz I found out the file size and codes will go eventually too large for the applicant to be efficient and fluent. I was thinking about making some component as smaller part application and load it into main application container whenever it is needed. But never figure it out... and finally I get to read part of the Modular Programming notes.

And I plan to try out the following:
1) Program modules <-- can apply framework
2) Link the Progress event against preloader of DisplayObjectContainer or ProgressBar Control

Just a simple concept, let's see if it works or not.

On the other hand, I participated in Adobe FMS3 seminar this week, seems the price of FMS3 is kinda cheap nowadays.