Changes between Version 6 and Version 7 of HowTos/HowToUseGenericDatabaseMessages

Show
Ignore:
Timestamp:
05/27/10 20:48:55 (16 years ago)
Author:
davidhenry@… (IP: 74.203.101.252)
Comment:

Added Transfer ORM as a supported ORM Framework, link to installing an ORM in Model Glue

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/HowToUseGenericDatabaseMessages

    v6 v7  
    33= Generic Database Messages = 
    44 
    5 One of the most compelling features of Model-Glue is its automated database capabilities. By using the Reactor framework, Model-Glue automates the creation and execution of common database tasks, such as single table CRUD (create, read, update, delete) and basic listing (SELECT). 
     5One of the most compelling features of Model-Glue is its automated database capabilities. By using an ORM framework (Reactor, Transfer, etc.), Model-Glue automates the creation and execution of common database tasks, such as single table CRUD (create, read, update, delete) and basic listing (SELECT).  [wiki:HowTos/ORMIntegration/InstallingAnORM Installing an ORM in ModelGlue] [http://livedocs.reactorframework.com/Reactor_Documentation.htm#hasMany.htm Reactor's documentation].   [http://docs.transfer-orm.com/ Transfer's documentation] 
    66 
    77The framework accomplishes this by automatically loading a controller (the "!DataController") that listens for what are known as the "Generic Database Messages" (GDMs) These are a set of commands you can use inside your !ModelGlue.xml file to invoke automatic database functions.