catalyst  

Re: [BULK] - Re: [Catalyst] Template Engine

Perrin Harkins
Wed, 14 Mar 2007 06:28:07 -0800

On 3/13/07, Mesdaq, Ali <[EMAIL PROTECTED]> wrote:
 I like the idea of OO based modules and systems. Is that the main
difference between TT and Mason? That is that Mason is OO based and TT
is not?

No.  The main difference is that TT is usually used with it's own
templating language (it supports in-line perl but is very rarely used
that way), and Mason is always used with in-line perl.  In terms of
templating, they really have very similar feature sets.  Mason is much
more than a templating system, and provides a full web development
environment, but you won't get to use most of that from Catalyst.

- Perrin

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/