<?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>The Disco Blog &#187; Groovy</title>
	<atom:link href="http://www.thediscoblog.com/category/languages/groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thediscoblog.com</link>
	<description>Can you dig it?</description>
	<lastBuildDate>Wed, 21 Dec 2011 16:47:53 +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>Ultra-lightweight Java web services with Gretty</title>
		<link>http://www.thediscoblog.com/2011/09/22/ultra-lightweight-java-web-services-with-gretty/</link>
		<comments>http://www.thediscoblog.com/2011/09/22/ultra-lightweight-java-web-services-with-gretty/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 21:55:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[gretty]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.thediscoblog.com/?p=52</guid>
		<description><![CDATA[Gretty is one of a new school of ultra-lightweight frameworks made for building web services. Built on top of the blazingly fast Java NIO APIs, Gretty leverages Groovy as a domain-specific language for web endpoints and Grape&#8217;s Maven-style dependency management. &#8230; <a href="http://www.thediscoblog.com/2011/09/22/ultra-lightweight-java-web-services-with-gretty/">read more</a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://github.com/groovypp/gretty">Gretty</a> is one of a new school of ultra-lightweight frameworks made for building web services. Built on top of the blazingly fast Java NIO APIs, Gretty leverages Groovy as a domain-specific language for web endpoints and Grape&#8217;s Maven-style dependency management. <a href="http://www.ibm.com/developerworks/java/library/j-javadev2-20/index.html">In this article</a>, get started with using Gretty to build and deploy Java web service applications.</p>
<p>You&#8217;ll see first hand that Gretty is as light as light can be. There is no embedded ORM-framework and no robust view framework either. Gretty is the antithesis of the modern full-stack web framework, precisely because sometimes you don&#8217;t need an entire stack, baby.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thediscoblog.com/2011/09/22/ultra-lightweight-java-web-services-with-gretty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

