Parsley

In this post I’m continuing the theme of my last two posts, type-safe DataProviders, and combining it with the theme of the two posts before that: the Parsley application framework. I’ll be using Parsley’s DynamicCommand object to encapsulate the fetching of data from a server and then store it in a type-safe DataProvider that will [...]

{ 1 comment }

Update 2/12/2011: Based on feedback from Jens, the creator of the Parsley framework, I’ve updated this post and the downloadable sample code. Last year I posted an example of a Flex sliding menu component along with a simple project that shows its use. Here, I present a variation of the menu using the Parsley application [...]

{ 6 comments }

Flex 4 Version of Art’s Flex Notes Project

by David Salahi on February 5, 2011

Arturo Alvarado has a very nice series of tutorials on the Parsley application framework but they’re in Flex 3. A couple of them have been translated into Flex 4 by other blog readers but not the code for his Quick Dive into Parsley (Nested Contexts & Object lifecycle methods – Part 6). I’ve done that [...]

{ 1 comment }