Is anyone aware of any Lightweight AIR Persistence mechanisms (in the spirit
of Hibernate) for VOs?  I am working alot of AIR and SQLite and mostly when
I am using SQLite, I'm just mimicking the VO structure for storing objects
and then bringing them back out later.  It's alot more code than I like to
write and it just doesn't feel right.

I'd love to be able to say "myValueObject.save(dbAlias)" or
"myDBEngine.save(myValueObject)" and have my object stored in a SQLite DB
for later retrieval, creating tables on the fly as needed based on the VO's
property datatypes.  Anyone aware of any efforts along these lines?

Any other ways of looking at this problem that I am simply missing?

-Cameron

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell: 678.637.5072
aim: cameroncf
email: [EMAIL PROTECTED]

Reply via email to