Archive for April 8th, 2007
Bender is progressing very nicely – I can now instantiate a Bender generated actionscript class within my flex app, use the setters to populate the instance with data, instantiate the Bender component, and call Bender.save(myBenderClass); and the data I’ve put into the instance is persisted to the database this is a lot of fun Related posts:Bender Explained Bender Expansion Bender Revived [ READ MORE ]
I’ve been working on a bridge between Transfer ORM and Flex, and while it’s not yet complete I wanted to report on my progress. The idea of this bridge is to allow flex coders to achieve the same methodology as cf developers using Transfer. The workflow of using Bender should be like this: Install Transfer and Related posts:Bender Explained Bender Expansion Bender persistence [ READ MORE ]