<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>THE AMCOM TECHNOLOGY BLOG - Groovy</title>
			<link>http://www.amcomtech.net/client/index.cfm</link>
			<description>Tech Tips from the Trenches</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 15:51:45 -0700</pubDate>
			<lastBuildDate>Thu, 09 Apr 2009 09:32:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>admin@amcomtech.net</managingEditor>
			<webMaster>admin@amcomtech.net</webMaster>
			
			
			
			
			
			<item>
				<title>Googles Groovy app engine...</title>
				<link>http://www.amcomtech.net/client/index.cfm/2009/4/9/Googles-Groovy-appengine</link>
				<description>
				
				&lt;p&gt;When Google first announced it&apos;s app engine, I thought wow that sounds cool, but I wasn&apos;t really into learning python  (nothing against it, just wan&apos;t interested). So I filed it for later investigation. Well after about a year or so, later has become now. And now we don&apos;t need to learn python. We can use Java or more interesting for me Groovy.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Groovy</category>				
				
				<pubDate>Thu, 09 Apr 2009 09:32:00 -0700</pubDate>
				<guid>http://www.amcomtech.net/client/index.cfm/2009/4/9/Googles-Groovy-appengine</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Groovalicious part deux</title>
				<link>http://www.amcomtech.net/client/index.cfm/2009/3/31/Groovalicious-part-deux</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;http://www.amcomtech.net/client/index.cfm/2009/3/27/Groovy-smashing-Yay-capitalism&quot;&gt;Last time&lt;/a&gt; left us with a couple of very simple domain objects written in Groovy. No real behavior or anything like that, and at this point they aren&apos;t anything that we couldn&apos;t have done just as easily with Transfer or even just using queries and structs. It was kind of nice not having to create any database tables, but other than that no real world benefit so far.&lt;/p&gt;


&lt;p&gt;
&lt;a href=&quot;http://www.amcomtech.net/client/enclosures/groovyDemoDeux.zip&quot;&gt;Here&lt;/a&gt; are the updated files for this post if you would like to follow along.
&lt;/p&gt;

&lt;p&gt;Even ignoring that we have no behavior in our objects (not the point of this post), what we have is less than ideal, both from the point of view of the object model and for the relational model. Employer and Employee both have 4 &lt;em&gt;properties&lt;/em&gt; representing an address instead of just one property that &lt;em&gt;is&lt;/em&gt; an address. Wouldn&apos;t it be better if say, we could have the address be it&apos;s own class? That way we could implement some snazzy behavior in it and not have to repeat that logic in any object that will have an Address?  &lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Groovy</category>				
				
				<pubDate>Tue, 31 Mar 2009 07:51:00 -0700</pubDate>
				<guid>http://www.amcomtech.net/client/index.cfm/2009/3/31/Groovalicious-part-deux</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Groovy, Smashing. Yay capitalism!</title>
				<link>http://www.amcomtech.net/client/index.cfm/2009/3/27/Groovy-smashing-Yay-capitalism</link>
				<description>
				
				Although capitalism does seem to be falling apart at the moment, at least we still have &lt;a title=&quot;Groovy&quot; href=&quot;http://groovy.codehaus.org/&quot; id=&quot;trze&quot;&gt;Groovy&lt;/a&gt;. And boy is it groovy baby, yeah.&lt;br&gt;
&lt;br&gt;
Thanks to the (super hero like even) efforts of &lt;a title=&quot;this guy&quot; href=&quot;http://www.barneyb.com/barneyblog/projects/cfgroovy/&quot; id=&quot;q1us&quot;&gt;this guy&lt;/a&gt;, it is ridiculously easy to use &lt;a title=&quot;Groovy&quot; href=&quot;http://groovy.codehaus.org/&quot; id=&quot;icqp&quot;&gt;Groovy&lt;/a&gt; within ColdFusion. Why would you want to use another language within a CF application? Speed, elegance, flexibility or just for giggles. Let&apos;s start with the speed. &lt;br&gt;
				 [More]
				</description>
						
				
				<category>Groovy</category>				
				
				<pubDate>Fri, 27 Mar 2009 15:56:00 -0700</pubDate>
				<guid>http://www.amcomtech.net/client/index.cfm/2009/3/27/Groovy-smashing-Yay-capitalism</guid>
				
			</item>
			
		 	
			</channel></rss>