<?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 Buzz Media &#187; Play!</title>
	<atom:link href="http://www.thebuzzmedia.com/tag/play/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebuzzmedia.com</link>
	<description>Video Games, Movies and Technology</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:32:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JavaMail SMTP on localhost Fails with Amazon AWS SDK in Classpath (SOLVED)</title>
		<link>http://www.thebuzzmedia.com/javamail-smtp-on-localhost-fails-with-amazon-aws-sdk-in-classpath/</link>
		<comments>http://www.thebuzzmedia.com/javamail-smtp-on-localhost-fails-with-amazon-aws-sdk-in-classpath/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 14:33:21 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Amazon AWS SDK]]></category>
		<category><![CDATA[cannot connect]]></category>
		<category><![CDATA[classpath]]></category>
		<category><![CDATA[commons email]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaMail]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Play!]]></category>
		<category><![CDATA[SMTP]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=15760</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2011/01/javamail-and-amazon-aws-sdk-classpath.png" width="240" />
		</p>Update #1: I solved the stupid problem! If you are using JavaMail in your application (most likely a web application) and no matter what you do, you cannot get it to connect to your SMTP server on localhost (in my case, Postfix) and just constantly get a cryptically stupid exception message like: unable to connect [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/javamail-smtp-on-localhost-fails-with-amazon-aws-sdk-in-classpath/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New AJAX Binary-to-Text and Text-to-Binary Converter Released</title>
		<link>http://www.thebuzzmedia.com/new-ajax-binary-to-text-and-text-to-binary-converter-released/</link>
		<comments>http://www.thebuzzmedia.com/new-ajax-binary-to-text-and-text-to-binary-converter-released/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 13:21:24 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Play!]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[utility]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=14230</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/09/thebuzzmedia.com-binary-to-text-converter-screenshot-500x317.jpg" width="240" />
		</p>Along-side our other slew of handy AJAX utilities, we have just released a new Binary-to-Text and Text-to-Binary online utility. This utility is as easy to use as the others, just decide if you want to convert binary to text or text to binary, select the respective tab and then past your original text in the [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/new-ajax-binary-to-text-and-text-to-binary-converter-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX Base 64 Decode/Encoder &amp; MD5 Generator Utilities</title>
		<link>http://www.thebuzzmedia.com/ajax-base-64-decodeencoder-md5-generator-utilities/</link>
		<comments>http://www.thebuzzmedia.com/ajax-base-64-decodeencoder-md5-generator-utilities/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 21:35:55 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[Base64]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Play!]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[utility]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=13442</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/08/tbm-ajax-base64-md5-generator-tools-screenshot.png" width="240" />
		</p>I would like to announce the launch of a couple new AJAX-enabled online utilities that software developers might find handy: Base64 Encoder/Decoder MD5 Generator For those interested the utilities are written using the Play! Framework (Java) and JQuery/JQuery UI and the Base64 and MD5 generation is backed by the Commons Codec project. These utilities are [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/ajax-base-64-decodeencoder-md5-generator-utilities/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>@Override Compiler Errors in Play! Framework &#8220;Must Override a Superclass Method&#8221;</title>
		<link>http://www.thebuzzmedia.com/override-compiler-errors-in-play-framework-must-override-a-superclass-method/</link>
		<comments>http://www.thebuzzmedia.com/override-compiler-errors-in-play-framework-must-override-a-superclass-method/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 00:58:10 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Play!]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[workaroundf]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=11331</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2008/12/play2.png" width="240" />
		</p>If you are working with the Play! Framework and have run into exceptions that read like &#8220;The file &#60;MyFile&#62;.java could not be compiled. Error raised is : The method &#60;MethodName&#62; of type &#60;ClassName&#62; must override a superclass method&#8221; then you might be wondering if there is a compiler bug in Play! &#8211; worry not, it&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/override-compiler-errors-in-play-framework-must-override-a-superclass-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Develop using the Play! Framework</title>
		<link>http://www.thebuzzmedia.com/develop-using-the-play-framework/</link>
		<comments>http://www.thebuzzmedia.com/develop-using-the-play-framework/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 00:15:45 +0000</pubDate>
		<dc:creator>Ray Gomez</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Play!]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web application]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=803</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2008/12/play.png" width="240" />
		</p>Not too long ago I posted an article on the Play! framework. The framework has some promising features that really helps develop web applications in Java. To show how easy it is to use, I wanted to demonstrate with an example. Update #1: Since the article posting there have been a couple of suggestions for [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/develop-using-the-play-framework/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Play! Framework</title>
		<link>http://www.thebuzzmedia.com/the-play-framework/</link>
		<comments>http://www.thebuzzmedia.com/the-play-framework/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 00:14:45 +0000</pubDate>
		<dc:creator>Ray Gomez</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Play!]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web application]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=698</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2008/12/play2.png" width="240" />
		</p>In an endless search for efficiently building Web applications, one might stumble upon a new framework called Play! Using enterprise backed Java with a Rails-esque feel, the Play! framework seems to offer quite a bit over traditional web development tools with its straightforward development environment and ease of deploying. Taken from the website: The Play! [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/the-play-framework/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

