Bender persistence
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 – couple of tricky bits but I should have all the basic functions working by tomorrow sometime. When I have full get and set I will post the code – it’s just an actionscript class and a cfc, plus the cfml script to generate the As classes.
Related posts:
No comments yet.