Best ORM for Adobe Air / Flex

坚强是说给别人听的谎言 提交于 2019-12-05 17:13:34
Florian F

I Never used it but have a look at the Cairngorm Persistance Library :

http://sourceforge.net/adobe/cairngorm/wiki/HowtoUsetheCairngormPersistenceLibrary/

Looks like what you're looking for :

"The Persistence library eases the communication between an Adobe AIR application and an SQLite database. Both use different type systems (relational SQL versus object-oriented ActionScript). This Object Relational Mapping (ORM) library follows an iBATIS approach."

Check out Flextrine at www.flextrine.com

This is a client/server Flex ORM solution that integrates with Doctrine 2.

ORM frameworks are designed to help access a database. Since Flex has no direct access to a database, an ORM framework would be extremely limited.

I assume the projects you link to are for dealing with AIR and the embedded SQLLite database.

There are plugins for Flash Builder that will generate value objects based on the database you specify. Originally they were just for ColdFusion, but I think they've expanded to include other technologies. However, I would not consider these "code generators" the same as an ORM.

Check out FxORM. It has nice documentation with examples if you follow the link.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!