<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>LiquidFoot &#187; modelglue</title>
	<atom:link href="http://www.liquidfoot.com/tag/modelglue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liquidfoot.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 02 Jan 2012 22:56:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Her Royal Majesty</title>
		<link>http://www.liquidfoot.com/2007/04/30/her-royal-majesty/</link>
		<comments>http://www.liquidfoot.com/2007/04/30/her-royal-majesty/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 15:30:20 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[modelglue]]></category>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=194</guid>
		<description><![CDATA[Ok, it&#8217;s been a while. I&#8217;ve been working on some non-ColdFusion projects so I&#8217;ve been a bit remiss in keeping things up-to-date here. But big news (at least for William and Mary). Her Royal Majesty, Queen Elizabeth II will be visiting William and Mary this Friday as part Jamestown&#8217;s 400th anniversary. Normally this wouldn&#8217;t be [...]]]></description>
			<content:encoded><![CDATA[<div class="body">
<p>Ok, it&#8217;s been a while. I&#8217;ve been working on some non-ColdFusion projects so I&#8217;ve been a bit remiss in keeping things up-to-date here. But big news (at least for William and Mary). Her Royal Majesty, Queen Elizabeth II will be visiting William and Mary this Friday as part Jamestown&#8217;s 400th anniversary.</p>
<p>Normally this wouldn&#8217;t be related to ColdFusion at all, but last week it was announced that she would be coming here and thus ensued a mad rush to get an <a href="http://swem.wm.edu/exhibits/queen/">online exhibit of the Queen&#8217;s 1957 visit up</a> that would make available pretty much everything we have stored in our Special Collections from her previous visit. I got to use Model-Glue after a long time of not looking at it. I had almost forgotten how painless Model-Glue makes putting projects like this together.</p>
<p>I just wanted to give a big thanks to Joe Rinehart and Doug Hughes for bringing the &#8220;rapid&#8221; back into rapid application development!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidfoot.com/2007/04/30/her-royal-majesty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MG Unity</title>
		<link>http://www.liquidfoot.com/2006/06/23/mg-unity/</link>
		<comments>http://www.liquidfoot.com/2006/06/23/mg-unity/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 21:27:46 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[modelglue]]></category>
		<category><![CDATA[Web]]></category>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=216</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve written on this blog&#8230;I&#8217;m attempting to keep this one on CF. Anyway, MG Unity has come out and I have to admit that I&#8217;m REALLY glad it has. I&#8217;ve been working on a project with five academics from four different institutions looking at the vernacular architecture of the Colonial [...]]]></description>
			<content:encoded><![CDATA[<div class="body">
<p>It&#8217;s been a while since I&#8217;ve written on this blog&#8230;I&#8217;m attempting to keep this one on CF. Anyway, MG Unity has come out and I have to admit that I&#8217;m REALLY glad it has.</p>
<p>I&#8217;ve been working on a project with five academics from four different institutions looking at the vernacular architecture of the Colonial Chesapeake to 1720 for an article in the William and Mary Quarterly for the 2007 celebration of Jamestown. The objective was to write an scholarly article that looks at everything that has been excavated and see if the arguments of past scholars still hold. Not only were the scholars looking at individual sites as an aggregate, but wanted to track changes to the structures over time (additions, fireplaces, cellars, etc.).</p>
<p>I knew this was going to be a challenging project from the beginning, so I attempted to set the expectations early for the application development cycle. I thought it a fluke that I actually got them all to aggree on a set of important fields and tables before I started coding anything (a first for me). However, as I got into the project a bit more, requests for additional fields here, moving this data to this table, all while attempting to support constant input into the application got to be a bit more than was really feasible for a &#8220;spare-time&#8221; project.</p>
<p>I had set out to use as good of coding practices as I could. Each table had its own DAO, gateway, TOs, validators, etc. However, each change to these fields made me keep mucking around in these files and the forms calling the objects. After a while of making constant changes, I fell back on some old &#8220;bad&#8221; practices and kind of strong-armed some of the solution with spaghetti code&#8230;and I hated myself for it because I knew that I would have to come back at a later date to fix it.</p>
<p>About this time Joe started doing some work with Arf! And Doug Hughes started work on Reactor. I continued to code in my bad style, but since I knew what I had done, I just kept doing it.</p>
<p>After the project members presented their paper, I set the project down for a while since my daughter had just been born. Since Joe brought out Unity, I decided now was as good a time as any to pick up the refactoring of the project.</p>
<p>All I can say is that what I&#8217;ve done in half-a-day with Unity would take me three- to four-times longer my old way. The scaffolds (once I figured out how they were working) have been an absolute godsend for the rather complex relationships between phases of construction and the overall archaeological and architectural record. The Reactor syntax is so easy (especially since ColdSpring seperates all the configuration) that everything just clicks.</p>
<p>The entire framework is just so intuitive (at least compared to my previous experiences with frameworks). The ability to not have to worry any more about building the basic web pages, forms, CRUD, and displays makes Unity a pleasure. Also, changes will be a breeze compared to what they entailed a couple of months ago, which will allow me to do some of the cool stuff I had planned with Google Maps and Google Earth to map out the locations of these archeaological/historical sites!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidfoot.com/2006/06/23/mg-unity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

