<?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>Stupid Java Tricks</title>
	<atom:link href="http://www.stupidjavatricks.com/feed/?amp;p=170" rel="self" type="application/rss+xml" />
	<link>http://www.stupidjavatricks.com</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 18:08:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Changing Play 2 DB Configuration At Runtime: Beware of Dragons</title>
		<link>http://www.stupidjavatricks.com/2013/05/changing-play-2-db-configuration-at-runtime-beware-of-dragons/</link>
		<comments>http://www.stupidjavatricks.com/2013/05/changing-play-2-db-configuration-at-runtime-beware-of-dragons/#comments</comments>
		<pubDate>Sat, 18 May 2013 17:47:44 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[play framework]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=432</guid>
		<description><![CDATA[Maybe you work for a company that leaves DB passwords in plaintext in configuration files on their servers. You would probably be among the majority. Or maybe your company encrypts passwords in configuration files: Also not that uncommon. What&#8217;s not common (in my experience) is having the devops team &#8220;transmit&#8221; the password to the application [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2013/05/changing-play-2-db-configuration-at-runtime-beware-of-dragons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Comments Working Again</title>
		<link>http://www.stupidjavatricks.com/2013/05/comments-working-again/</link>
		<comments>http://www.stupidjavatricks.com/2013/05/comments-working-again/#comments</comments>
		<pubDate>Sat, 04 May 2013 19:18:19 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=429</guid>
		<description><![CDATA[In the past week, I&#8217;ve noticed a ton of traffic to one of my blog posts, but no comments. At first I thought it was a fluke, but then I got suspicious and tried to comment myself. I received an error message related to the SpamBam plugin. I&#8217;m not sure why it suddenly broke after [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2013/05/comments-working-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play 2.1 Addendum</title>
		<link>http://www.stupidjavatricks.com/2013/04/play-2-1-addendum/</link>
		<comments>http://www.stupidjavatricks.com/2013/04/play-2-1-addendum/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 15:46:49 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[play framework]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=361</guid>
		<description><![CDATA[In my previous post, Play 2.1: The Bloom Is Off The Rose, I talked about several real-world problems I&#8217;ve had when using Play 2.1. I&#8217;ve since received responses from the Play team which prompted me to continue trying to find solutions to my problems. The outcome is a mixed bag. Almost Immutable Everything In my [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2013/04/play-2-1-addendum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play Framework 2.1:  The Bloom is Off The Rose</title>
		<link>http://www.stupidjavatricks.com/2013/04/play-framework-2-1-the-bloom-is-off-the-rose/</link>
		<comments>http://www.stupidjavatricks.com/2013/04/play-framework-2-1-the-bloom-is-off-the-rose/#comments</comments>
		<pubDate>Sun, 21 Apr 2013 05:20:16 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[play framework]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=278</guid>
		<description><![CDATA[Update: This post has gotten a lot more attention than I expected and I just want to say to those reading: Thanks for stopping by! On a recent project, my team evaluated several web frameworks for an upcoming web application. We chose The Play Framework. I was very attracted to its simplicity and the rapidity [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2013/04/play-framework-2-1-the-bloom-is-off-the-rose/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Windows CoffeeScript Auto-Compiler using Groovy and JDK 7 WatcherService</title>
		<link>http://www.stupidjavatricks.com/2011/12/windows-coffeescript-auto-compiler-using-groovy-and-jdk-7-watcherservice/</link>
		<comments>http://www.stupidjavatricks.com/2011/12/windows-coffeescript-auto-compiler-using-groovy-and-jdk-7-watcherservice/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 15:19:18 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CoffeeScript]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[JDK 7]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=238</guid>
		<description><![CDATA[Update: Node.js for Windows has been improved since this post, so this information is obsolete. Last time I checked I was able to run CoffeeScript the same on Windows as I do on Linux and OSX. If you&#8217;re using the CoffeeScript compiler for Windows (By Alexey Lebedev) you&#8217;ve probably noted a lack of a -w [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2011/12/windows-coffeescript-auto-compiler-using-groovy-and-jdk-7-watcherservice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spring 3.0 REST Release Update</title>
		<link>http://www.stupidjavatricks.com/2010/02/spring-3-0-rest-release-update/</link>
		<comments>http://www.stupidjavatricks.com/2010/02/spring-3-0-rest-release-update/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:58:50 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=204</guid>
		<description><![CDATA[In December 2009 I talked about getting a RESTful web service up and running using Spring 3.0.0.RC3. Since then Spring has had 3.0.0.RELEASE and 3.0.1.RELEASE. One of these releases caused my code example from this post to fail, so I&#8217;ve re-worked it and tested with Spring 3.0.1.RELEASE. You can get the new code here. The [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2010/02/spring-3-0-rest-release-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Break the Build?  Face the Wrath of Chuck Norris.</title>
		<link>http://www.stupidjavatricks.com/2010/01/break-the-build-face-the-wrath-of-chuck-norris/</link>
		<comments>http://www.stupidjavatricks.com/2010/01/break-the-build-face-the-wrath-of-chuck-norris/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:23:13 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=170</guid>
		<description><![CDATA[Last week I was looking for a Hudson plugin that would hot deploy a web application to a remote container. In the process I managed to find several other useful and, admittedly, fun plugins. Findbugs Plugin The Findbugs plugin was an excellent addition to our build process. In case you&#8217;re not already familiar with Findbugs, [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2010/01/break-the-build-face-the-wrath-of-chuck-norris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring 3.0 RESTful Web Services By Example</title>
		<link>http://www.stupidjavatricks.com/2009/12/spring-3-0-restful-web-services/</link>
		<comments>http://www.stupidjavatricks.com/2009/12/spring-3-0-restful-web-services/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 23:47:09 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=54</guid>
		<description><![CDATA[Update:See this post for an updated code example that works with Spring 3.0.1.RELEASE. If you&#8217;re reading this then you&#8217;re probably aware that the new Spring 3.0 release will have REST support (If you&#8217;re not familiar with REST here is a nice intro).  In this article I&#8217;m going to describe the basic steps required to quickly get [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2009/12/spring-3-0-restful-web-services/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Closures Are in Again</title>
		<link>http://www.stupidjavatricks.com/2009/11/closures-are-in-again/</link>
		<comments>http://www.stupidjavatricks.com/2009/11/closures-are-in-again/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 21:12:11 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=47</guid>
		<description><![CDATA[According to Sun, the controversial language feature, Closures, that was previously removed from the JDK 7 feature list has now been added in again (via).  I&#8217;m looking forward to the JSR on this one.  While I can&#8217;t see it being more elegant that using Scala, it will definitely make certain algorithms much nicer to implement in Java.]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2009/11/closures-are-in-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Java Utilities and Frameworks</title>
		<link>http://www.stupidjavatricks.com/2008/07/useful-java-utilities-and-frameworks/</link>
		<comments>http://www.stupidjavatricks.com/2008/07/useful-java-utilities-and-frameworks/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 00:48:12 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.stupidjavatricks.com/?p=46</guid>
		<description><![CDATA[There are so many useful Java frameworks and utilities out there that are free and open source that it boggles the mind. Here are a few of my recent favorites. Feel free to add your own to the list. There are many many more that I did not add to this list because they are [...]]]></description>
		<wfw:commentRss>http://www.stupidjavatricks.com/2008/07/useful-java-utilities-and-frameworks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
