Talk:Mason (Perl)
From Wikipedia, the free encyclopedia
I think that this is definitely a notable topic and should not be marked as it currently is (questioning the notability). I have seen numerous books on Mason coding and a lot of software development engineers and web developers know what it is, so I think it definitely qualifies as being "notable." 207.171.180.101 00:06, 9 November 2006 (UTC)
- That does not mean to remove the {{nn}} tag. --SonicChao 18:55, 12 November 2006 (UTC)
I didn't know what Mason was when it was used in conversation recently and now I do. It's notable: see http://www.masonbook.com/. Jtarragano 15:45, 20 December 2006 (UTC)
[edit] HTML::Mason is not a Framework
Mason is a templating system usually run in combination with mod_perl. The idea being that mod_perl handles the business logic while Mason handles the presentation logic. Mason by itself is only the "View" part of a Model-View-Controller (MVC) Framework.