| Jon Rose’s Blog | | Enterprise Software Consultant Open Source / Java / Flex Flex Practice Director @ Gorilla Logic, Inc. InfoQ.com RIA Editor |
![]() |
Comments:
Stu Stern on November 23rd, 2008 at 5:11 pm #
As I understand it, Mate provides a central place to register event listeners so that you don’t have to be concerned with exactly which components are emitting what events. Conceptually, you can just listen across the entire app for events. What I’m wondering is, doesn’t the Application object itself provide such a central hub since all events bubble there? This is just a thought. I have not dug in.
jonr on November 23rd, 2008 at 6:14 pm #
Mate provides a nice configuration and the plumbing for handling those events. If you want to separate them, you will need something to do this for you. Why not Mate? Another interesting part is the Injectors, which would seem to allow for actually hiding most plumbing to get data to the UI components. Post a comment
|
|