Archive for the ‘Parsley’ Category
Parsley: Flex 4 Modular Application
Its quite some time that I had posted anything on my blog. You know personal life keeps you busy all the time. But never mind, I never stopped experimenting around with Flex OR in that case, anything surrounding flex. And these days, more I hear about Flex, more I felt the presence of Parsley framework in the talks. So lets begin..
As most of you already knowing, Parsley is another framework for Flex/Flash application based on DI and IOC patterns. A couple of other frameworks that follow the same approach are Spring Actionscript, Robotlegs and may be a few more.
Here I am not discussing the code but just posting the source of my modular application that I generally use to play around. I had used Flex 4 with Parsley 2.4.M1 library.
Here is the sample modular application code.
Parsley Basic Example using Flex 4
Just read a great series of articles on Parsley. While the articles were great, it used the Flex 3 examples. Here is the Flex 4 version for BasicĀ Injection and Messaging examples using Parsley.
Download Link: ParsleyBasicExample1, ParsleyBasicExample2