Parsley Model-View-Mediator Architecture

For those who have used Parsley as their application framework knows just how powerful it can be. However, there is something that has annoyed me slightly over time.

When I’m designing a system, I always try to use proper Flex practices. Practices like using MVC to separate components and business logic, making components truly encapsulated and reusable, etc. The problem that I find with Parsley is that it only allows you to use Injection based views for its MVC architecture; the View knows something, either a Presenter or a Model, and it’s always injected in by the Context.  The problem is, if you have several projects that need the same components but different frameworks, you can’t freely interchange those components between projects since the view is tightly intertwined with the Parsley injection.

Read more…



Mate Flex Framework

In my quest to continually improve my Flex skills, I’m always on the lookout for new technologies, open source projects and frameworks. One of them particularly caught my eye when it came out and I haven’t been able to touch it until recently.

Read more…