Last week, I presented Mate at 360|Flex conference. We received very good feedback, so I think the presentation went well.
If you couldn't attend, you will still be able to see it because the slides and voice were recorded (thanks to Adobe!). You can subscribe to the 360|Flex feed in the Adobe Media Player or view it directly. There are many other presentation recorded, so I would recommend you to download the player and subscribe to the feed.
You can view it using AMP. Or directly at Adobe.tv
These are the slides in PDF format for reference.
The code for the example shown will be available for download soon.
I promised to post the link to the different UI design patterns: Paul Williams (thanks to Theo for the link).
A smaller version can be viewed below:
Posted on August, 24, 2008 by Laura
Filed under: Presentations
Also, I've been using PureMVC + Pipes for modular Flex applications. How would you recommend using Mate in a larger modular application?
Nahuel, thanks for taking the time to talk with me after Laura's presentation. Great work, guys.
We have some guidelines about Modules here: Modules best practices but it really depends on how you have your modules organized.
At this moment, all modules can communicate and handle events dispatched by other modules. Sometimes, that may not be what you want, we are working on some changes that will let you "isolate" event maps so that they will only be able to handle "per module" events.