Thursday, April 9, 2009
Getting Started with EasyMVC
I am starting to think that I will be using Tom Bray's EasyMVC for my Flex applications. I have downloaded Greg Knight's sample from his post on his blog. I am having a lot of trouble wrapping my head around what exactly each part is supposed to do. I believe I understand that the view is for all of the user interface. I am not sure where I am supposed to place my code for events, data queries, and all the other stuff that I have going on. This is all very new to me. I am currently just cramming all of my code into a single mxml file. As my applications are growing more complex, I realize that this is not a good idea. There is so much going on in that one file that I get lost in my own code, this is not good.
Subscribe to:
Post Comments (Atom)
I took the EasyMVC sample the Greg posted and finally figured out how to create an event of my own and make it work through the various components. I had quite a big of trouble, but woke up this morning with one of those ah-ha moments. I hope that this just opens the door for me to implement this across the board.
ReplyDelete