<?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: Masons and mason</title>
	<atom:link href="http://perl.baczynski.com/work/masons-and-mason/feed" rel="self" type="application/rss+xml" />
	<link>http://perl.baczynski.com/work/masons-and-mason</link>
	<description>Perl, CPAN, YAPC... et ceatera</description>
	<lastBuildDate>Thu, 28 Jul 2011 08:50:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Glen</title>
		<link>http://perl.baczynski.com/work/masons-and-mason/comment-page-1#comment-330</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Thu, 15 Apr 2010 18:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://perl.baczynski.com/?p=272#comment-330</guid>
		<description>http://Mojolicious.org/

The learning curve is much smaller in comparison to Catalyst, and it does much more for you than Mason.  Moreover, it &quot;feels&quot; fresh, if that sort of thing appeals to you.  

The documentation is clear enough to start using it, and the IRC channel #mojo is much more n00b friendly than #catalyst.  

Join the revolution!</description>
		<content:encoded><![CDATA[<p><a href="http://Mojolicious.org/" rel="nofollow">http://Mojolicious.org/</a></p>
<p>The learning curve is much smaller in comparison to Catalyst, and it does much more for you than Mason.  Moreover, it &#8220;feels&#8221; fresh, if that sort of thing appeals to you.  </p>
<p>The documentation is clear enough to start using it, and the IRC channel #mojo is much more n00b friendly than #catalyst.  </p>
<p>Join the revolution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://perl.baczynski.com/work/masons-and-mason/comment-page-1#comment-308</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Apr 2010 14:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://perl.baczynski.com/?p=272#comment-308</guid>
		<description>@hdp, oliver: 
&gt; Why does your post about HTML::Mason have sample Template::Toolkit code

I do not know. Something must have happened, perhaps not enough coffee, unexpected attack of stupidity, or maybe aliens were messing with my brain ;). Do not know how it happened, that I mistakenly put here TT. Sorry. :(</description>
		<content:encoded><![CDATA[<p>@hdp, oliver:<br />
> Why does your post about HTML::Mason have sample Template::Toolkit code</p>
<p>I do not know. Something must have happened, perhaps not enough coffee, unexpected attack of stupidity, or maybe aliens were messing with my brain <img src='http://perl.baczynski.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Do not know how it happened, that I mistakenly put here TT. Sorry. <img src='http://perl.baczynski.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hdp</title>
		<link>http://perl.baczynski.com/work/masons-and-mason/comment-page-1#comment-307</link>
		<dc:creator>hdp</dc:creator>
		<pubDate>Wed, 31 Mar 2010 21:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://perl.baczynski.com/?p=272#comment-307</guid>
		<description>Why does your post about HTML::Mason have sample Template::Toolkit code and a link to an article about TT?</description>
		<content:encoded><![CDATA[<p>Why does your post about HTML::Mason have sample Template::Toolkit code and a link to an article about TT?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john napiorkowski</title>
		<link>http://perl.baczynski.com/work/masons-and-mason/comment-page-1#comment-306</link>
		<dc:creator>john napiorkowski</dc:creator>
		<pubDate>Wed, 31 Mar 2010 14:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://perl.baczynski.com/?p=272#comment-306</guid>
		<description>There&#039;s work out there for integrating Mason with PSGI: &quot;http://github.com/miyagawa/HTML-Mason-PSGIHandler&quot;

Just not on CPAN yet.  Sure people would love a hand getting it ready, not sure what&#039;s considered unfinished.

I&#039;m building a new Catalyst based website using Mason as the View since the devs here are quite proficient with it.  Although most of the Catalyst examples are Template::Toolkit the Mason view works and has done the job.  So give it a go!</description>
		<content:encoded><![CDATA[<p>There&#8217;s work out there for integrating Mason with PSGI: &#8220;http://github.com/miyagawa/HTML-Mason-PSGIHandler&#8221;</p>
<p>Just not on CPAN yet.  Sure people would love a hand getting it ready, not sure what&#8217;s considered unfinished.</p>
<p>I&#8217;m building a new Catalyst based website using Mason as the View since the devs here are quite proficient with it.  Although most of the Catalyst examples are Template::Toolkit the Mason view works and has done the job.  So give it a go!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Melo</title>
		<link>http://perl.baczynski.com/work/masons-and-mason/comment-page-1#comment-305</link>
		<dc:creator>Pedro Melo</dc:creator>
		<pubDate>Wed, 31 Mar 2010 13:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://perl.baczynski.com/?p=272#comment-305</guid>
		<description>Hi,

I have a production site running Mason since 2001, and I can say that it is great.

It doesn&#039;t split your app cleanly over the now-common three layers, MVC, and it requires a mod_perl installation (FastCGI support is awkward at best).

On the other hand, deployment is a breeze, assuming that all your app required modules are already installed. You only need to rsync the files over to the production server, no need to &quot;reload&quot; the server.

I still use Mason for quick-and-dirty sites, and even for some big sites. The lack of support for PSGI is my biggest gripe right now.

Bye</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a production site running Mason since 2001, and I can say that it is great.</p>
<p>It doesn&#8217;t split your app cleanly over the now-common three layers, MVC, and it requires a mod_perl installation (FastCGI support is awkward at best).</p>
<p>On the other hand, deployment is a breeze, assuming that all your app required modules are already installed. You only need to rsync the files over to the production server, no need to &#8220;reload&#8221; the server.</p>
<p>I still use Mason for quick-and-dirty sites, and even for some big sites. The lack of support for PSGI is my biggest gripe right now.</p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Charles</title>
		<link>http://perl.baczynski.com/work/masons-and-mason/comment-page-1#comment-304</link>
		<dc:creator>Oliver Charles</dc:creator>
		<pubDate>Wed, 31 Mar 2010 09:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://perl.baczynski.com/?p=272#comment-304</guid>
		<description>That&#039;s Template Toolkit, not Mason</description>
		<content:encoded><![CDATA[<p>That&#8217;s Template Toolkit, not Mason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: as</title>
		<link>http://perl.baczynski.com/work/masons-and-mason/comment-page-1#comment-303</link>
		<dc:creator>as</dc:creator>
		<pubDate>Wed, 31 Mar 2010 06:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://perl.baczynski.com/?p=272#comment-303</guid>
		<description>just a few notes: 
* mason is still living, even if website was spammed. it&#039;s great system, however, it&#039;s not full framework.
* example you published is not mason code but tempate-toolkit
* when you use catalyst, you can use many templating engines, such as template-toolkit, or even mason.
* i can only recommend mason, if it fits your needs and attitude. one of the best features is that it uses perl as template language, so for perl hackers, you do not need one language for program and another for templates (as most advanced template systems need).
* there is great free book about mason at http://www.masonbook.com/</description>
		<content:encoded><![CDATA[<p>just a few notes:<br />
* mason is still living, even if website was spammed. it&#8217;s great system, however, it&#8217;s not full framework.<br />
* example you published is not mason code but tempate-toolkit<br />
* when you use catalyst, you can use many templating engines, such as template-toolkit, or even mason.<br />
* i can only recommend mason, if it fits your needs and attitude. one of the best features is that it uses perl as template language, so for perl hackers, you do not need one language for program and another for templates (as most advanced template systems need).<br />
* there is great free book about mason at <a href="http://www.masonbook.com/" rel="nofollow">http://www.masonbook.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

