Entries for month: November 2009

CF9+Air ORM - ManyToMany Relationships

I've been scouring the web for resources on ColdFusion 9's new syncmanager facilities for offline/online Air/Flex applications.  To date there are only a couple blog posts and Adobe's live docs.  Not much help.

I've been struggling lately just trying to get my ORM mapping on the Air side to work.  In particular, ManyToMany relationships.  I finally got it working about 2 seconds ago and thought I should blog this before I forget what the "trick" was.

Read more...

Flex Video Tutorials

Here are some of the video tutorials that I found extremely helpful:

http://www.iheartair.com/?p=490

http://www.jamesward.com/blog/2008/07/21/video-flex-and-java/

AdvancedDataGrid: turns out its not so advanced

Here's one that got me for almost an entire day.  A simple task such as loading data from my SQLite table and binding it to an AdvancedDataGrid component should not take me all day to figure out, but it did....

Read more...