ColdFusion , ORM , News
Today John Whish ( @aliaspooryorik ) released a book about this issue.
Congratulations John.
Check ColdFusion ORM
![]()
ColdFusion , Adobe , AIR , Flash , Flex , LiveCycle , Bolt , ORM , CFBuilder , ActionScript , AMF
I published today an article in InsideRia's Blog, which is a slight continuation of Encapsulating RemoteObject in Flex 4. Enjoy!

ColdFusion , ORM , ActionScript , AIR , Bolt , AMF , Adobe
This week InsideRIA published an article boarding this subject.
Here they will go the links of post and of the attachment
ColdFusion , ORM , ActionScript , AIR , Flash , Flex
I created an example application to manage users for groups. For that used the database MySQL and in a database with two tables (group, user). To leave of this created CFCs ORM for them, with their respective files services, which here I called DAO, then grouped all DAOs' Operations in Facade. In Flash Builder created the Pointing you the classes CFC ORM, and a ModelLocator as controler pointing destination ColdFusion contend Facade CFC.
ColdFusion , Centaur , ORM
Hibernate's Configuration is the most important part in the framework, generally you are going to need to configure Hibernate.cfg.xml, "tabela" .hbm.xml , Log4j, SessionFactory.
All this part in ColdFusion 9 is totally transparent, you see is going to need to configure a name for datasource in ColdFusion Administrator, inform this name in Application.cfc, and create the class mapping the table, which in the CF9 does not need getters and setters implementation, because that is implemented automatically by the server.
A good example than I say is post of Rupesh Kumar (Coldfused?)