
I was on the phone today with a good friend who is also a prolific writer and we got to talking about the latest e-learning project he's working on for a company. They're not using Flex for it because – wait for it – of the price (I bet you've never heard that one before.) So, of course, I tell him all about Flex 2 and how wonderful it is and how it's going to be priced at a much lower price point and I ask him if he's taken a look at it. His response: "No, we're looking at Sparkle."
Sam Shrefler just announced on the OSFlash mailing list that he has released a Contact Manager sample application showing how to use Arp and Tartan together.
Arp is a pattern-based framework for the Flash Platform, written by yours truly and Tartan is a similar framework for the server-side written in Coldfusion by the OpenXCF. Their command-driven architectures and use of Value Objects makes the two frameworks a perfect fit. Tartan, furthermore, overcomes the below-par Flash Remoting support in the current release version of CF. If you want to see what I'm talking about, take a look at the base tartan.vo.ValueObject class (CFC) to see the workarounds necessary to enable the passing of custom value objects -- something we take for granted in OpenAMF, for example.

Of course, as with anything else Alpha, things can (and do) change frequently. I'll update the commands once the LiveDocs are back up again.
Update: So, how chronologically challenged can one person be? Seeing as how January has *31* days (hey... I knew that, ok!) And seeing as today is the 30th... well... *tomorrow* is the last day for the discount.
Recently, while using Flex 2 Alpha 1, I found that I could not comment out a section of MXML that itself contained comments. As a developer, I'm used to quickly commenting out bits of code while debugging and Flex Builder even provides a handy shortcut for this: Source -> Block Comment.
Unfortunately, this feature currently has two shortcomings that make it a less-than-ideal solution.