Omar
This is exactly what I mean you just have to learn how to refactor and not getting panic when you need it.
Actually I'm not agree with Anatole that "Refactoring of Flex applications is no fun" refactoring is always fun and without is you will finally produce crappy software.
Another thing I will never agree that model cant be static. Static is always bad, in 90% cases you will have to refactor it if you have a big application. To explane why static is bad lets see the simple example. you have a list of the order items and you want to implement viewing item content in the popup window (not modal). How will you do it when your model is static? when you open two popups they both will contain the same model. That is the problem.
I do not see great difference between developing desktop applications and RIAs but as far as I aware in desktop applications model is never static (Eclipse and lots of other examples and recomendations). Sure for helloworld you can make is static but don't be surprised when you faced the problem while your application growth.
--
Best Regards,
Mykola

On 11/16/05, Omar Ramos <[EMAIL PROTECTED]> wrote:
Hi guys,
 
Why not use the apropiate use when the situation merits it. If in your application you have a component that doesn't share it's model with the rest of the application then make it self contained and use the Delegates directly. If in the future you need to use it's model in other view's then just refactor it into a command. Please correct me if am wrong.
 
 
Omar Ramos
System Developer
Nobox Marketing Group, Inc.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to