<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Groovy: Post to a URL</title>
	<atom:link href="http://mattstine.com/2009/04/25/groovy-post-to-a-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattstine.com/2009/04/25/groovy-post-to-a-url/</link>
	<description>Thoughts on Java, Groovy, Grails, Agile Development, etc. etc. etc.</description>
	<lastBuildDate>Tue, 17 May 2011 16:24:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: 2010 in review: the automated analysis&#8230; &#171; Matt Stine&#039;s Blog</title>
		<link>http://mattstine.com/2009/04/25/groovy-post-to-a-url/#comment-263</link>
		<dc:creator><![CDATA[2010 in review: the automated analysis&#8230; &#171; Matt Stine&#039;s Blog]]></dc:creator>
		<pubDate>Mon, 03 Jan 2011 02:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattstine.com/?p=146#comment-263</guid>
		<description><![CDATA[[...] Groovy: Post to a URL April 20094 comments  3 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Groovy: Post to a URL April 20094 comments  3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Gigon</title>
		<link>http://mattstine.com/2009/04/25/groovy-post-to-a-url/#comment-69</link>
		<dc:creator><![CDATA[Greg Gigon]]></dc:creator>
		<pubDate>Sat, 30 Jan 2010 00:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattstine.com/?p=146#comment-69</guid>
		<description><![CDATA[Your snippet was a life saviour :)
Thanks
G]]></description>
		<content:encoded><![CDATA[<p>Your snippet was a life saviour <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks<br />
G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Hubbard</title>
		<link>http://mattstine.com/2009/04/25/groovy-post-to-a-url/#comment-68</link>
		<dc:creator><![CDATA[Charlie Hubbard]]></dc:creator>
		<pubDate>Tue, 05 May 2009 20:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattstine.com/?p=146#comment-68</guid>
		<description><![CDATA[Well this was helpful in that it showed me Groovy api to URLs needs serious work.  Groovy isn&#039;t being much help here since this code is really the same as doing it in Java.  It&#039;s also not URL encoding the args.  We really need something as elegant as get, but with post, and URL encoding.

&quot;http://somehost/foo/bar/baz&quot;.post( arg1: val1, arg2: val2, arg3: val3,...) { stream -&gt;
   // do something
}

Something simple like that.]]></description>
		<content:encoded><![CDATA[<p>Well this was helpful in that it showed me Groovy api to URLs needs serious work.  Groovy isn&#8217;t being much help here since this code is really the same as doing it in Java.  It&#8217;s also not URL encoding the args.  We really need something as elegant as get, but with post, and URL encoding.</p>
<p>&#8220;http://somehost/foo/bar/baz&#8221;.post( arg1: val1, arg2: val2, arg3: val3,&#8230;) { stream -&gt;<br />
   // do something<br />
}</p>
<p>Something simple like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattstine.com/2009/04/25/groovy-post-to-a-url/#comment-67</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 27 Apr 2009 02:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattstine.com/?p=146#comment-67</guid>
		<description><![CDATA[Thanks, I&#039;ll take a look!]]></description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll take a look!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitriy Kopylenko</title>
		<link>http://mattstine.com/2009/04/25/groovy-post-to-a-url/#comment-66</link>
		<dc:creator><![CDATA[Dmitriy Kopylenko]]></dc:creator>
		<pubDate>Mon, 27 Apr 2009 02:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattstine.com/?p=146#comment-66</guid>
		<description><![CDATA[Check out Groovy&#039;s RESTClient: http://mrhaki.blogspot.com/2009/03/use-restclient-to-post-and-read-xml.html]]></description>
		<content:encoded><![CDATA[<p>Check out Groovy&#8217;s RESTClient: <a href="http://mrhaki.blogspot.com/2009/03/use-restclient-to-post-and-read-xml.html" rel="nofollow">http://mrhaki.blogspot.com/2009/03/use-restclient-to-post-and-read-xml.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

