<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Model-Glue Gleanings, Day 2</title>
	<atom:link href="http://www.ghidinelli.com/2008/01/03/model-glue-gleanings-day-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2008/01/03/model-glue-gleanings-day-2</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2008/01/03/model-glue-gleanings-day-2/comment-page-1#comment-43004</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Sat, 05 Jan 2008 23:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2008/01/03/model-glue-gleanings-day-2/#comment-43004</guid>
		<description>Dan - thanks for the tip.  I&#039;ve already got a complete API for this from my existing application that I refactored earlier.  There is only a very small portion that doesn&#039;t require &quot;nice&quot; admin screens with workflow and I have a lot of foreign key/composite keys that Transfer doesn&#039;t handle yet.</description>
		<content:encoded><![CDATA[<p>Dan &#8211; thanks for the tip.  I&#8217;ve already got a complete API for this from my existing application that I refactored earlier.  There is only a very small portion that doesn&#8217;t require &#8220;nice&#8221; admin screens with workflow and I have a lot of foreign key/composite keys that Transfer doesn&#8217;t handle yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Wilson</title>
		<link>http://www.ghidinelli.com/2008/01/03/model-glue-gleanings-day-2/comment-page-1#comment-42993</link>
		<dc:creator>Dan Wilson</dc:creator>
		<pubDate>Sat, 05 Jan 2008 15:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2008/01/03/model-glue-gleanings-day-2/#comment-42993</guid>
		<description>Brian,

Keep in mind, ModelGlue has a scaffolding feature which will help you create admin screens.

Secondarily, you can look at the Generic Database Messages if you have your ORM plugged in. 

From the documentation at docs.model-glue.com

&lt;blockquote&gt;

The four GDMs that the DataController is configured to listen for are as follows:

 

   1.

      modelglue.GenericList

      When this message is broadcast,  the DataController will attempt to list records from a given table.
       
   2.

      modelglue.GenericRead

      When this message is broadcast,  the DataController will attempt  to read a specific record from a given table.
       
   3.

      modelglue.GenericCommit

      When this message is broadcast,  the DataController will attempt to save a record to a given table.
       
   4.

      modelglue.GenericDelete

      When this message is broadcast,  the DataController will attempt to delete a record from a given table.

&lt;/blockquote&gt;


Don&#039;t work any harder than you have to.

DW</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>Keep in mind, ModelGlue has a scaffolding feature which will help you create admin screens.</p>
<p>Secondarily, you can look at the Generic Database Messages if you have your ORM plugged in. </p>
<p>From the documentation at docs.model-glue.com</p>
<blockquote>
<p>The four GDMs that the DataController is configured to listen for are as follows:</p>
<p>   1.</p>
<p>      modelglue.GenericList</p>
<p>      When this message is broadcast,  the DataController will attempt to list records from a given table.</p>
<p>   2.</p>
<p>      modelglue.GenericRead</p>
<p>      When this message is broadcast,  the DataController will attempt  to read a specific record from a given table.</p>
<p>   3.</p>
<p>      modelglue.GenericCommit</p>
<p>      When this message is broadcast,  the DataController will attempt to save a record to a given table.</p>
<p>   4.</p>
<p>      modelglue.GenericDelete</p>
<p>      When this message is broadcast,  the DataController will attempt to delete a record from a given table.</p>
</blockquote>
<p>Don&#8217;t work any harder than you have to.</p>
<p>DW</p>
]]></content:encoded>
	</item>
</channel>
</rss>
