<?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>No One Is Perfect &#187; example</title>
	<atom:link href="http://watchitlater.com/blog/tag/example/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchitlater.com/blog</link>
	<description>A reluctant foray into the world of blogging.</description>
	<lastBuildDate>Sun, 13 Jun 2010 03:35:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Another example J2EE application</title>
		<link>http://watchitlater.com/blog/2009/08/another-example-j2ee-application/</link>
		<comments>http://watchitlater.com/blog/2009/08/another-example-j2ee-application/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:19:37 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[My Code]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[PicoContainer]]></category>
		<category><![CDATA[post-redirect-get]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[StringTemplate]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/archives/43</guid>
		<description><![CDATA[I&#8217;ve uploaded to GitHub (http://github.com/tomcz/pico-webapp/tree/master) the web application that I use to teach people about dependency injection (using PicoContainer), post-redirect-get browser interaction, RESTful URIs and strict template rendering (using StringTemplate). This application does not use Spring Framework by deliberate design &#8211; as soon as I introduce it to any teaching session I spend more time [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve uploaded to GitHub (<a href="http://github.com/tomcz/pico-webapp/tree/master">http://github.com/tomcz/pico-webapp/tree/master</a>) the web application that I use to teach people about dependency injection (using PicoContainer), post-redirect-get browser interaction, RESTful URIs and strict template rendering (using StringTemplate). This application does not use Spring Framework by deliberate design &#8211; as soon as I introduce it to any teaching session I spend more time talking about Spring then talking about what I am usually there to accomplish. As usual, any comments, bugs or enhancement requests are very welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2009/08/another-example-j2ee-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example J2EE application</title>
		<link>http://watchitlater.com/blog/2009/06/example-j2ee-application/</link>
		<comments>http://watchitlater.com/blog/2009/06/example-j2ee-application/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 14:43:57 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[My Code]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[StringTemplate]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=41</guid>
		<description><![CDATA[I hate maven with an almost homicidal passion. It only works if your brain works like maven, for the rest of us in the real world its just a pain in the arse. But it does have one good idea &#8211; it provides a simple, out of the box way of creating a project structure [...]]]></description>
			<content:encoded><![CDATA[<p>I hate maven with an almost homicidal passion. It only works if your brain works like maven, for the rest of us in the real world its just a pain in the arse. But it does have one good idea &#8211; it provides a simple, out of the box way of creating a project structure (but so do rails, django and grails in a much better way). I&#8217;ve decided to publish my own example web application project/structure on GitHub &#8211; <a href="http://github.com/tomcz/example-webapp/tree/master">http://github.com/tomcz/example-webapp/tree/master</a>. This is my idea bucket for how to create, configure and code web applications, and gives me a source for downloads when I&#8217;m coaching or starting a new project. This release represents some of the ideas that I have either encountered or am experimenting with at any given moment. At the moment I&#8217;m concentrating on post-redirect-get, RESTful URLs, robust database connections, Spring 3 and <a href="http://www.stringtemplate.org/">StringTemplate</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2009/06/example-j2ee-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
