<?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/"
		>
<channel>
	<title>Comments on: Eleven reasons to use the Play! Framework for Java Web Development</title>
	<atom:link href="http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/</link>
	<description>Software Development in Brisbane</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:00:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Atlanta Web Development</title>
		<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/comment-page-1/#comment-29994</link>
		<dc:creator>Atlanta Web Development</dc:creator>
		<pubDate>Thu, 29 Apr 2010 08:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/?p=929#comment-29994</guid>
		<description>good work done keep it up.</description>
		<content:encoded><![CDATA[<p>good work done keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Executing Play! from outside of Play! code - Rob@Rojotek</title>
		<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/comment-page-1/#comment-29895</link>
		<dc:creator>Executing Play! from outside of Play! code - Rob@Rojotek</dc:creator>
		<pubDate>Mon, 26 Apr 2010 09:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/?p=929#comment-29895</guid>
		<description>[...] Rob@Rojotek Software Development in Brisbane          &#171; Eleven reasons to use the Play! Framework for Java Web Development [...]</description>
		<content:encoded><![CDATA[<p>[...] Rob@Rojotek Software Development in Brisbane          &laquo; Eleven reasons to use the Play! Framework for Java Web Development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/comment-page-1/#comment-29732</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 18 Apr 2010 22:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/?p=929#comment-29732</guid>
		<description>Im saying its .... unorthadox. :)

statics galore.
exceptions to return data.</description>
		<content:encoded><![CDATA[<p>Im saying its &#8230;. unorthadox. <img src='http://www.rojotek.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>statics galore.<br />
exceptions to return data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/comment-page-1/#comment-29598</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 12 Apr 2010 12:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/?p=929#comment-29598</guid>
		<description>I think things like this are simply entertaining:

        // Really I don&#039;t like this stuff
        if(request.path.equals(&quot;/favicon.ico&quot;)) {
            response.status = 404;
            return true;
        }
(from CorePlugin-1.0.2 line 45-49: http://bazaar.launchpad.net/~play-developers/play/1.0/annotate/head:/framework/src/play/CorePlugin.java#L45)

and to make sure /favicon.ico is dead:

            // Patch favicon.ico
            if (!request.path.equals(&quot;/favicon.ico&quot;)) {
                super.init();
            }
(from server.HttpHandler-1.0.2 line 455-458: http://bazaar.launchpad.net/~play-developers/play/1.0/annotate/head:/framework/src/play/server/HttpHandler.java#L455)

Is it implemented good or bad? Try to change/extend it! I think it is mostly ok for its age.

Have fun!</description>
		<content:encoded><![CDATA[<p>I think things like this are simply entertaining:</p>
<p>        // Really I don&#8217;t like this stuff<br />
        if(request.path.equals(&#8220;/favicon.ico&#8221;)) {<br />
            response.status = 404;<br />
            return true;<br />
        }<br />
(from CorePlugin-1.0.2 line 45-49: <a href="http://bazaar.launchpad.net/~play-developers/play/1.0/annotate/head:/framework/src/play/CorePlugin.java#L45" rel="nofollow">http://bazaar.launchpad.net/~play-developers/play/1.0/annotate/head:/framework/src/play/CorePlugin.java#L45</a>)</p>
<p>and to make sure /favicon.ico is dead:</p>
<p>            // Patch favicon.ico<br />
            if (!request.path.equals(&#8220;/favicon.ico&#8221;)) {<br />
                super.init();<br />
            }<br />
(from server.HttpHandler-1.0.2 line 455-458: <a href="http://bazaar.launchpad.net/~play-developers/play/1.0/annotate/head:/framework/src/play/server/HttpHandler.java#L455" rel="nofollow">http://bazaar.launchpad.net/~play-developers/play/1.0/annotate/head:/framework/src/play/server/HttpHandler.java#L455</a>)</p>
<p>Is it implemented good or bad? Try to change/extend it! I think it is mostly ok for its age.</p>
<p>Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/comment-page-1/#comment-29582</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 11 Apr 2010 21:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/?p=929#comment-29582</guid>
		<description>Methinks Nick is pointing out that it is entertaining :).  The focus seems to be on making Play! clean to use, and using whatever heavy lifting is possible to get there.  I would be grumpy if someone on my team wrote the code in Play!, but can live with it in the framework.  Happily they are responsive to change, so if there is a bug it gets fixed.</description>
		<content:encoded><![CDATA[<p>Methinks Nick is pointing out that it is entertaining <img src='http://www.rojotek.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  The focus seems to be on making Play! clean to use, and using whatever heavy lifting is possible to get there.  I would be grumpy if someone on my team wrote the code in Play!, but can live with it in the framework.  Happily they are responsive to change, so if there is a bug it gets fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/comment-page-1/#comment-29575</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 11 Apr 2010 17:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/?p=929#comment-29575</guid>
		<description>Nick,

Are you saying that the way it is implemented is good or bad?</description>
		<content:encoded><![CDATA[<p>Nick,</p>
<p>Are you saying that the way it is implemented is good or bad?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/comment-page-1/#comment-29558</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 10 Apr 2010 21:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/?p=929#comment-29558</guid>
		<description>If you want some entertainment, have a closer look under the hood at how its implemented :)</description>
		<content:encoded><![CDATA[<p>If you want some entertainment, have a closer look under the hood at how its implemented <img src='http://www.rojotek.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Eleven reasons to use the Play! Framework for Java Web Development - Rob@Rojotek -- Topsy.com</title>
		<link>http://www.rojotek.com/blog/2010/04/10/eleven-reasons-to-use-the-play-framework-for-java-web-development/comment-page-1/#comment-29547</link>
		<dc:creator>Tweets that mention Eleven reasons to use the Play! Framework for Java Web Development - Rob@Rojotek -- Topsy.com</dc:creator>
		<pubDate>Sat, 10 Apr 2010 03:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/?p=929#comment-29547</guid>
		<description>[...] This post was mentioned on Twitter by rojotek, Atlanta Web Design. Atlanta Web Design said: Eleven reasons to use the Play! Framework for Java Web Development: ...the dynamic languages world (Rails and Djan... http://bit.ly/c0l9WN [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by rojotek, Atlanta Web Design. Atlanta Web Design said: Eleven reasons to use the Play! Framework for Java Web Development: &#8230;the dynamic languages world (Rails and Djan&#8230; <a href="http://bit.ly/c0l9WN" rel="nofollow">http://bit.ly/c0l9WN</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

